tags:

views:

274

answers:

2

Hi everyone!

I am trying to get friend birthday list. But how to find using my api I dont know.

Please suggest if u have any idea.

Thanks Mintu

+5  A: 

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.

matto1990
+2  A: 

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

Gintautas Miliauskas
I would be helpful if you kindly give a demo code to access birthday list with this api. If possible!!!!!!!!!!!
RockOn

related questions