I am making a calendar application and I want to be able to display the events that are linked to my Facebook account. Now, I know that I need the Facebook SDK for that and I already installed it, but I don't know what the next step is..
Asked
Active
Viewed 1,072 times
1 Answers
0
first you need to access facebook user information after accessing these informations you can easily link them to your calender app
Check these links for taking image of user profile similarly u need to get all details of Users.
Integrating facebook in your Application :
Include Graph API for Facebook to access user information
use graph API and use
211600268?fields=id,events,friends.fields(events)
the id used above
should be replaced by your own facebook id