I want to integrate Facebook with my Birthday App, so I started https://developers.facebook.com/docs/mobile/android/build/ working each step till 6.4 and I was able to see the login page with basic, since I wanted few more permissions, I added and when I am running the code its not showing the permission page , its just showing my current apps homescreen… Even now when I undo changes I made its not showing me permission page..Please help…
note: I did press login once , but since I added more permissions it should supposedly ask me again..
here,APP is Facebook App (the id you generate for)
The “Permission Page” is shown to ask the User , that they want this App to allow or not.
If they allow, in their Facebook account this app is added and the App can use this account as many ways the permissions are accepted.
So now once you had accepted any Application for your Account it will just do login and won’t show you that “Permission Page”
If you will try login with another Username it will show the “Permission Page”
Of you can also go to your Facebook profile and remove that App and next time it will again show you the “Permission Page”
I have not much experience using Facebook SDK but still advice you to remove the app from your profile and login again when ever you make any changes in the permissions.