Infinite login loop on Facebook app using Javascript SDK -


i built app based on 1 of facebook developer sample apps, few days ago both app , facebook sample app stopped working users - go infinite loop after login: http://myfbse.com/socialmovies/

here link sample code have been using: https://developers.facebook.com/blog/post/2011/03/18/how-to--use-the-graph-api-to-pull-the-movies-friends-like/

i have tested on several computers, different browsers, tried add , remove apps facebook account , cleared cookies etc.

i'm wondering how can find out problem is, migration issue, bug or else? ran app through facebook debugging tool , didn't flag problems. there way more detailed information causing issue?

thanks

i fixed infinite loop replacing auth code facebook developer sample app auth code here: https://developers.facebook.com/blog/post/525/

i guess sample auth code out of date.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -