Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have since two days trouble with a normal login/oauth(orization) via a facebook application.

It behaves as like the app never left Sandbox Mode (which is disabled): Login Fails for (alot/some/not all) normal users however there's no problem for the page admins, developers etc. to authorize.

There's an error at the oauth page of facebook, not very helpful: "An error occurred. Please try again later."

I made a stupid test app, that really does not much:

  • The app at facebook: http://apps.facebook.com/mygeneraltesting/
  • The URL of the iframe (no https there): (I'm restricted to two urls in one post, so see it as a comment)
  • The minimal possible (IMHO) URL to the Oauth dialog: (I'm restricted to two urls in one post, so see it as a comment)

It really seems like the error is caused by facebook, but it is hard to find someone else with this problem online. So I'd like to ask:

Thanks alot, Lasse

(the German errror message for search the engines: "Es ist ein Fehler aufgetreten. Bitte versuche es später noch einmal.")

share|improve this question
The URL of the iframe (no https there): graphicore.de/generaltesting The minimal possible (IMHO) URL to the Oauth dialog: facebook.com/dialog/… – Lasse Apr 5 '12 at 14:10
usually this happens if you put a wrong URL in the application settings in the developers area: facebook.com/developers/apps.php make sure you put the corrent url in the website, or app on facebook. local IP address if working on localhost (not the 127.0.01). – dragonjet Apr 5 '12 at 14:20
Thanx, dragonjet, but the URL is correct. Did you see the error message or did the authorization work for you? – Lasse Apr 5 '12 at 14:46
yes I saw the error at the auth popup box at times. it seems it is on facebook, but try removing channelURL and see if it changes anything. – dragonjet Apr 5 '12 at 15:05
The channelURL is gone now. – Lasse Apr 5 '12 at 15:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.