Facebook,Android- How to get friends birthday from facebook
Posted
by
Eriz
on Stack Overflow
See other posts from Stack Overflow
or by Eriz
Published on 2013-06-28T10:19:58Z
Indexed on
2013/06/28
10:21 UTC
Read the original article
Hit count: 216
I tried to goto lots of questions on this forum but could not find one useful so i decided to ask one myself.
I want to pull the birthday's of all the friends in the users friend list. After going through a lot of stuff i found there are 2 ways to do that 1. Graph API 2. FQL Query
So, my first question is , which one of them is better/easy to integrate in the app.
Q2. http://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/ is this tutorial useful for what i want to do.
Q3. If i use Graph API/FQL Query , could you please give me a link which is helpful or a Code snippet
Thanks In Advance, Eriz
© Stack Overflow or respective owner