I am trying to get friend birthday list.
But how to find using my api I dont know.
|
|
Use the OpenGraph API in whatever environment you use to retrieve the information. The birthday is in the user information object, see docs: http://developers.facebook.com/docs/reference/api/user |
|||||||
|
|
Firstly, read the readme on the project page to get started with the SDK. You'll then need to look at the API reference and more specifically the user profile section. After you've done all that you'll end up with a JSON object you can parse using the org.json package in the Android SDK. Hopefully that helps you out. |
|||
|
|
|
You can also use facebook api :
you must also have permission |
|||
|
|
|
You have to use FQL to get a list of friend's birthday. FQL would be (just replace your access token):
|
||||
|
|
|
This is the link for Graph API Explorer
|
|||
|
|
|
get the full friend list with Graph api , iterate json data array and then check for birthday=today .. that is |
|||
|
|