How do I get the slick pop-up permissions window for Facebook apps? Currently the user has to go to the app page and it redirects them to log back into Facebook, which is not what I want AT ALL.
I’m currently using PHP to do the authentication – is this the correct language? Should I use Javascript or some other method? I just want to make a clean login/permissions granting, which after it is done directs to the application.
The pop-up permission window comes is used with the javascript SDK. Using OAuth, you can use the javascript to get the permissions and then share the information with the php SDK.
All you have to do is
cookie: true, oauth: truein theFB.initin the js SDK.this is the url of the example
https://developers.facebook.com/blog/post/534/