Stopped Working: FB.ui with method: 'feed' suddenly quit working - facebook

This question is similar to: Facebook Error 191 on canvas app using FB.ui() for the 'feed' dialog (worked before, stopped working last week) which was never answered.
Starting today, after the user likes the page and enters the contest, the share dialog which presented itself stopped working and gave:
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
when logged in as an admin and just an error occurred for other users. This tab has been running well for a while now. I have confirmed it with an associate of mine. They did make a change to another part of the app (yesterday and today) but the sharing was still working until this afternoon. They did not change the part that generates the dialog.
The tab is: https://www.facebook.com/MedjoolDates/app_355398587864294
Anyone have any insight? Feel free to use 'cancel' rather than sharing and fake data to sign up, then unlike the page if you wish.
Thanks in advance.
David

Same problem here, there is a bug posted on Facebook Developes here:
https://developers.facebook.com/bugs/273845842724431

Can't help much without seeing your code.
One thing to check, make sure your redirection_uri is exactly as your domain registered with FB and that you include a trailing / ie http://www.myurl.com/ rather than http://www.myurl.com
I can't answer why it changed, but I had that error fixed by the above change before.

I am having the same issue. Am developing a new app with FB.ui feed functionality, which worked OK yesterday and today it gives the same error as OP.
Went back and checked an > 1 year old app with the same functionality; same error. I cannot see any other solution, than the FB dev team has changed something and not given notice.

Related

Facebook registration cuts off (XFBML)

we offer our users the ability to use facebook to sign up on our site and until recently this was working fine.
Since 2 days ago (October 30th) we noticed our registrations using facebook significantly dropped (from around 50-100/day down to 1!) and when taking a look at the process we found that the registration was being cut off and only a small part was showing.
This is how it looks now: http://i.imgur.com/i4UCkAx.jpg
If I look at the source of the facebook iframe I can see the html tag has overflow set to hidden and if I disable this using Firebug everything looks as it should. But since this is on facebooks end there's nothing I can do about it to prevent it happening to our customers.
Has anyone else run in to this problem and found a solution?
The bug has been reported to facebook here: http://developers.facebook.com/bugs/471852109598483/

Facebook login social plugin stopped working

Last week suddenly the XFBML login button stopped working on our site. Instead of showing a nice FB login button, it just shows the button text. In Firebug, I'm getting an error:
TypeError: k.root is null
Strangely, the problem occurs on our production environment, test environment and my own development environment. The production environment hasn't been updated or changed for quite some time so it's not code changes on our end. All three environments also connect to separate Facebook apps, each with a different appID, so it also can't be a (accidental) configuration error with the Facebook app.
Does anyone know if it's perhaps possible that this is an issue on Facebook's end? They did do a compatibility breaking update on 5th of September, but as far as I can see, the changes are not related to the login button.
Anyone know what could possibly cause this?
This was a bug that would occur if you called FB.init prior to document.body being defined, (as in the HEAD), this has now been resolved.
I started to face this issue last week as well. I managed to solve with one of the options below:
1) The app's 'App Domains' was misconfigured (it should be a domain name and not a full URL):
Source: https://developers.facebook.com/bugs/225729134220754
or
2) Just replace the div (containing class fb-login-button) with a regular button to call FB.login, and all the things will start to work again.

Facebook Oauth/Login fails

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:
Is anyone else seeing the error message from above?
Is anybody out there with the same problems on their app?
If you like to make a code review, (see: http://graphicore.de/downloads/generaltesting.tar.gz ) is there anything suspicious?
Thanks alot, Lasse
(the German errror message for search the engines: "Es ist ein Fehler aufgetreten. Bitte versuche es später noch einmal.")
This question is very dated now. The answer is: Facebook made something wrong. The same code worked on another app created some time later (I don't even remember how much later) but never worked on that app, AFAIK. So it was just a broken app on facebook side.

Facebook Debugger Error: "You must preload this data. TAAL[BLAME_file]"

When debugging a website with a Like button here:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.arcosjapan.com%2Fscroll%2Fcaresox-hc.html
It throws a critical error:
"You must preload this data. TAAL[BLAME_file]".
I have installed hundreds of like buttons and have never run across this. Does anybody know what it means? I am aware of the other issue that it is pointing out on that page: "The app ID specified within the "fb:app_id" meta tag is not allowed on this domain." and I am pretty sure that is not the issue as my app is correctly configured.
Facebook Debugger is broken every once in a while. Now it seems to be working again. It gave the same error message just a couple of days ago.

iframe not loading for application

I'm having a problem with my app working on facebook. The app has been running for weeks/months with no problem. I last checked that it was running properly last Friday afternoon... This last Monday, the iframe for the app refuses to load. Weird thing about it, it seem to be intermittent. I can get it to load some of the time, but it was working just fine last friday.
The app is located here: https://www.facebook.com/idahopower?sk=app_130660760316387
Any ideas on why this is occurring?
We finally found the problem. It was an issue that was fixed by changing some settings in the developer panel of the app. We switched it to iFrame based landing page (It was already showing iFrame, but apparently there is another setting in the "advanced" section that enables the iFrame - weird)... Once again, this must have been a result of a Facebook update.
What's your server error log say?
Are there any general problems with your hosting provider today?
Its most likely not a Facebook issue. Unless the proxy is having a bad day.