المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Facebook friends birthdays?



C# Programming
09-02-2011, 07:22 PM
Hi,
I am trying to get my friends birthdays from facebook.
I have an access token, and I know how to get my friends list.
but I didn't understand how to get the user birthday???

I think that I need to get permission to it, but I don't have an Url to my app. its a desktop app.

this is an example:
https://graph.facebook.com/oauth/authorize?
type=user_agent&
client_id=116122545078207&
redirect_uri=http%3A%2F%2Fbenbiddington.wordpress.com&
scope=user_photos,email,user_birthday,user_online_presence (https://graph.facebook.com/oauth/authorize? type=user_agent& client_id=116122545078207& redirect_uri=http%3A%2F%2Fbenbiddington.wordpress.com&scope=user_photos,email,user_birthday,user_online_presence)


can someone explain it to me shortly?
I tried to understand it but without any success:
https://developers.facebook.com/docs/authentication/