- Home /
Facebook SDK login problem
hi guys, so i develop an android app using Facebook SDK, i found a problem that i can't fix since yesterday
i use this login FB.Login("public_profile,email,user_friends");
everything works well, the FB SDK implemented properly and connect to the FB app page, but when try to login, it only ask for email permission, the public profile and user_friends not included
i already done some googling repeatedly, but i found nothing
thank you in advance
Answer by zzzzzz789 · Aug 03, 2015 at 10:07 PM
If you have already granted public_profile and user_friends to an application they will not be shown in the Login Dialog. Try navigating to https://www.facebook.com/settings?tab=applications and removing your application to get a fresh login experience.
Also, does it work for you with the sample scene included with the Facebook SDK for Unity? "Interactive Console"