Monday, 19 August 2013

permissions for the facebook app not getting updated

permissions for the facebook app not getting updated

im using the below code to retrieve data, but it is not showing me the
birthday. I'm getting only ("id","name"). I even added "friends_birthday"
permission to the app
json_data=urlopen('https://graph.facebook.com/me?fields=friends.fields(birthday,name)&access_token='+access_token).read();
Thanks in advance...

No comments:

Post a Comment