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 was always using the direct Add to Page Tab URL like this:

http://www.facebook.com/dialog/pagetab?app_id=238557109577754&redirect_uri=http://www.facebook.com

And today that URL gives me "Sorry, something went wrong.". Did something changed on Facebook side? Or is it a temporary bug?

Note that I have tried other redirect_uri params, such as the URL of the location where the app is hosted. It does always result in the same error.

Edit: It's a bug: https://developers.facebook.com/bugs/304168516342380

You can use Graph API Explorer to add your page tab over API as a workaround. See the link above for details.

share|improve this question
I get the same thing. I even tried to install older apps(did the install before; worked, no settings changed since) on a dummy page and the result is the same: "something went wrong"... – Chris Ghenea Jun 6 '12 at 4:43
2  
Yep it's the bug. There is a workaround you can use now to add your pages with Graph API and API Explorer (description available in that link above). I did and that worked! – Sim Jun 6 '12 at 4:53

closed as too localized by Igy, Sim, phwd, joran, Wladimir Palant Jun 7 '12 at 5:45

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

It seems that Facebook has made another change and has not informed anyone. Below is a new link that appears to work. Just replace APP-ID with your application ID.

https://www.facebook.com/add.php?api_key={APP-ID}&pages=1

share|improve this answer
you saved my day. i spent a whole day do nothing but wait them fix the error message.. their document not reliable. – Elliot Yap Jun 7 '12 at 8:32
This does sort of work, but it asks for a Canvas Callback URL, which isn't always required for simple tabs. The Graph API Explorer method works 100%. – aalaap Jun 7 '12 at 9:20
That's an old, deprecated endpoint, apart from the fact there was a bug affecting the normal way to add page tabs, i wouldn't recommend use of that – Igy Jun 8 '12 at 10:34

Try this:

https://www.facebook.com/add.php?api_key=APP_ID&pages=1

replace APP_ID with your application id

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.