Facebook App Permissions Leads to Blank Page

DancesWithWoofs

New Member
I've been using PHP to make websites for a while, and thought it'd be fun to try my hand at making a Facebook app.Everything was going smoothly until the last issue. For some reason, when the user clicks on the link to grant extended permissions, they are shown a blank page that has the Facebook logo and nothing more:\[code\]<a href = "https://graph.facebook.com/oauth/authorize?client_id=XXX&redirect_uri=http://x.com/next.php&scope=offline_access,read_stream,user_groups" > <img src ="http://stackoverflow.com/questions/4714366/images/analyze.png"> </a>\[/code\]This was not a problem earlier in development. I have no idea why this is happening, and am fairly sure earlier on, it was not happening (when I just started making the app, the extended permissions page seemed to work fine)Any thoughts? Would greatly appreciate it. If more info is needed, please let me know.
 
Top