0

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..

Darek Kay
  • 15,827
  • 7
  • 64
  • 61

1 Answers1

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.

Image of Logged User...

Friends Birthday list...

Integrating facebook in your Application :

Github for Facebook.

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

Community
  • 1
  • 1
sud
  • 505
  • 1
  • 4
  • 12