开发者

Is the user email address always returned from requestWithGraphPath:@"me"?

开发者 https://www.devze.com 2023-04-09 15:24 出处:网络
Is the user email address always returned from the Facebook Graph API when a user has authorized my app and I call requestWithGraphPath:@\"me\" ?

Is the user email address always returned from the Facebook Graph API when a user has authorized my app and I call requestWithGraphPath:@"me" ?

Or is it possib开发者_JAVA百科le for a user to hide it in their privacy settings?

Thanks!


It will only be returned if you prompt them for email extended permissions and they accept it (and haven't later re-voked it).

0

精彩评论

暂无评论...
验证码 换一张
取 消