c# - Cannot fetch "birthday" field from Facebook in ASP.NET -
recently have decided integrate "log in facebook" feature on 1 of projects. seems work fine except 1 thing: no matter try, can't user's birthday.
i've set application's permissions on facebook request "email" , "user_birthday", when log in facebook on project asked allow access basic data, 'friends list' , email - somehow, believe, fb confuses "user_birthday" "read_friendslist". can true or missing something?
i using facebook c# sdk outercurve foundation of dotnetopenauth extension(s) in asp.net mvc 4 project.
thank much!
i made work using this tutorial. turns out sort of facebook bug, asking permissions explicitly made work. facebook javascript sdk worked fine me (i tried switch @ first).
Comments
Post a Comment