Facebook automatic Birthday wish [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i want to write a script which send automatically an friend birthday wishes. My base idea was to write a php script which called every day by a cronjob. All solution which i found was deprecated by facebook.
Actually my idea is to export my facebook calender and let a script run over the "export-list" that import the birthdays into a database. Then I have to call every day the javascript that popup a send-dialog if someone have birthday. But that is not comfortable.
Did somebody know a better solution?

You cannot get the friends' birthdays anymore, because all the friends_* permissions have been removed with v2.0 of the Graph API. Only if they are also users of the same app and give the app the permissions.

Related

How to validate user logged in web application (php)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Good day.
Could someone please tell me how I can control that a user does not enter a web application more than once?
Currently I am controlling it by storing the session that is created in php in a field of a table and through javascript using ajax I consult it every 10 seconds. I think there must be a better way ... thanks !!!
And finally solved it by validating that the session created is different from the previous one, thus updating it and the previous user wanting to validate his session in order to make any request will realize that it does not exist and this will remove him from the application .

Question regarding the UK Governments new Eat Out Help Out scheme website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
This is my first Stack Overflow question so thanks for your patience. The UK Government launches the new 'Eat Out Help Out' scheme on Monday and I was looking at the website to find local participating restaurants:
https://www.tax.service.gov.uk/eat-out-to-help-out/find-a-restaurant/
When you input and search for a valid postcode it redirects to a URL with a parameter of 'results?postcode=RM7+0FT', for example. However, when I look in Chrome's Dev Tools under Network I can't see any API calls.
I'm fairly new to programming but not so new that I wish I could figure this out. I'd quite like to play around with this data if possible.
Many thanks all!
You can't see the API calls because the page is rendered server-side. You are redirected to a new page where all the data is fetched and populated on the server, so you only see the end result.

Website posting and login [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.

Get Posts from Facebook Page PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
So I've done a lot of searching on the world wide web for this but I can't seem to find what I'm looking for. I want to be able to get all of the posts in order of upload from a specific Facebook page without needing a user to login. I would want all the data coming in a JSON format and using either PHP or if needed Javascript.
I know I don't have any code but I've spent many hours trying to get the answer behind this and asking here is my last resort really. Thanks for any help :)
What you are looking for is in the official Facebook docs, including example code: https://developers.facebook.com/docs/graph-api/reference/page/feed#read
It´s actually the first entry when you search for "get facebook page posts" with Google ;)
Without user login, you can only get posts of a Page if it´s not restricted by age or location. You can use an App Access Token for that.
More information about Tokens and how to generate them:
https://developers.facebook.com/docs/facebook-login/access-tokens
http://www.devils-heaven.com/facebook-access-tokens/

how to login multiple website by one account? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I got a question about my project.What they want me to do is:
1)Our school has 3 login panel like one of them is for library, other one is for student info and more something like that.
2)So basically, my user information which are id and password is same for all of them.( All the login panel that school has)
3)And they want me to do is to code a script to create one login panel in order to log in all of them.
Is it possible to do? And i do not know where to start? Thank you!
What you want to do is SSO (Single sign-on), google this and you will obtain a lot of informations about it

Categories

Resources