I am currently using the facebook sdk(for unity, not the android one) in my unity project.
the login basically works.
However there are two cases, whether the android device has the facebook app installed or not.
When the user logins with the facebook app installed, all the permission shows up properly:
user_friends,publish_actions,basic_info,public_profile
However when the app is not installed, the login is done through the web player. The login
works, but when it asks for permission, only the public_profile is shown. So in the game
I'am not able to bring the user friend list.
Does anyone have this issue..?