API Error Code: 100 Error Message: Some content in this message has been reported as abusive by Facebook users - facebook

Today, out of nowhere, my app has stopped working.
I'm getting this message and when i click ok, he redirect and get a server error.
API Error Code: 100
API Error Description: Invalid parameter
Error Message: Some content in this message has been reported as abusive by Facebook users.
I use Facebook php sdk.
How to fix this?

Related

'An unknown error has occurred.' when updating a facebook group's cover_url

How do I successfully update a facebook group's cover_url through the graph api? No matter what I try, I get an error on the 3rd step from below:
Create a group by POST /APP-ID/groups DOCUMENTATION: https://developers.facebook.com/docs/graph-api/reference/v2.5/app/groups#publish
Get the returned GROUP-ID
Using the same access_token, POST /GROUP-ID with cover_url param DOCUMENTATION: https://developers.facebook.com/docs/graph-api/reference/v2.5/group/#update
The error I'm receiving is in the form:
{
message: 'An unknown error has occurred.',
type: 'OAuthException',
code: 1,
fbtrace_id: <SOME-ID>
}
I'm imagining there's some restriction on valid cover photos, but neither the documentation or the error give me any indication as to what that is.
I submitted a bug report to facebook in the case this is legitimately a facebook bug: https://developers.facebook.com/bugs/425584494232936/
Turns out, this is an issue with the facebook api itself.

Facebook share dialog - Invalid URL Error

I have created app in Facebook developer account, I have set the site URL: http://www.xxxxxxx.com
If I open the page from www.xxxxxxx.com, then it works perfectly.
If I open the page from xxxxxxx.com, then it produces the following error:
An error occurred. Please try again later.
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
How should I specify my URL in my app to avoid this error?
You can set URLs in the settings of your app on facebook. Add xxxxxxx.com to the form field to make it work (additionally to the www.xxxxxxx.com).
You can only use URLs that are owned / set up, correctly.

Getting OAuth error type when posting opengraph or wallpost

We have a sandbox app for development, but since this morning, our sandbox app are unable to post any wallpost or opengraph to feeds page or timeline. We are getting an error message like this for posting wallpost
Object {error: Object}
error: Object
code: 368
message: "Warning: This Message Contains Blocked Content: Some content in this message has been reported as abusive by Facebook users."
type: "OAuthException"
__proto__: Object
__proto__: Object
And we are getting error for posting opengraph
"An unexpected error has occurred. Please retry your request later."
The path we use to load the object is eg. fb-api.ourdomain.com/fbapi/{ourappname}/opengraph/{action_object}/gift_id/{gift_id}, and we put this domain name to the debugger at https://developers.facebook.com/tools/debug/, we got an error message
Error Parsing URL: Error parsing input URL, no data was scraped.
but once we changed to fb-test.ourdomain.com/fbapi/{ourappname}/opengraph/{action_object}/gift_id/{gift_id}
the debugger can return the object information.
So our question is, are we not allowed to use fb related name as our sub-domain name (but we cannot see that in the platform policy page: https://developers.facebook.com/policy/)? Or our sandbox app and object link got blocked because we created too many testing wallpost?
If it is the later case, why we cannot use the same object URL in other app? It looks like the object URL got blocked.
Thanks!

Facebook API Error Code: 191 on facebook application

I'm developing a Facebook app. When I attempt to get an access token, I get the following message:
An error occurred with test. Please try again later.
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.
https://apps.facebook.com/fb_invite_app/----->URL
I've configured the
Site URL https://safe-gorge-5005.herokuapp.com/
Canvas URL same as above
Canvas Page URL
and my php code has define("FACEBOOK_CANVAS_URL", 'URL');
What is causing this error, and how do I fix it?
Did you give App Domains in app settings page , this may be one of the reason for getting this error

FBConnect Issues: Authentication and post won't work the first time

I've two issues with Facebook Connect:
1) I use the new Single Sign On Authentication. It works great, but the first time, I authenticate an user with my App when I request the token, i immediately want to post a link to the users wall, but then I get this error:
2011-10-11 15:42:44.831 [1717:707] Dialog DidFail With Error: Error Domain=NSURLErrorDomain Code=-999 "The operation couldn’t be completed. (NSURLErrorDomain error -999.)" UserInfo=0x7487290 {NSErrorFailingURLKey=https://m.facebook.com/dialog/feed?link=http%3A%2F%2Fwww.example.it%2Findex.php%3Fid%3D4%26no_cache%3D1%26tx_ttnews%5Btt_news%5D%3D103184&access_token=_test-Z0Ru37mpEAbffAn9n5wlWUaIVOH2tsF8.eyJpdiI6IjYyUXVBOTJKZVVwWjF5bmxZUmluUGcifQ.VxaUq2QcPXUgcYTjvqtnhLcBK27wflAIv3XoNVNcRT6dtQqfJZZ9NdLqLXxPdpBFl1U1DGF8xetLy8TOcLuLmU9l2AQ0JzYKmm9d-7azAYCYiZc51BiXKgHlpzw9Hsplr-tTKAfkXF2oJSOkbeN7UDMyLqDdCyhwiFTdVX3tGzA&app_id=1535027294&redirect_uri=fbconnect%3A%2F%2Fsuccess&user_message_prompt=Teilen&sdk=2&display=touch, NSErrorFailingURLStringKey=https://m.facebook.com/dialog/feed?link=http%3A%2F%2Fwww.example.it%2Findex.php%3Fid%3D4%26no_cache%3D1%26tx_ttnews%5Btt_news%5D%3D103184&access_token=_Wtest_modifiedF8.eyJpdiI6IjYyUXVBOTJKZVVwWjF5bmxZUmluUGcifQ.VxaUq2QcPXUgcYTjvqtnhLcBK27wflAIv3XoNVNcRT6dtQqfJZZ9NdLqLXxPdpBFl1U1DGF8xetLy8TOcLuLmU9l2AQ0JzYKmm9d-7azAYCYiZc51BiXKgHlpzw9Hsplr-tTKAfkXF2oJSOkbeN7UDMyLqDdCyhwiFTdVX3tGzA&app_id=688535027294&redirect_uri=fbconnect%3A%2F%2Fsuccess&user_message_prompt=Teilen&sdk=2&display=touch}
The second time I try to post something to the wall I get a success, there I don't need to request the permissions again. But the first time it always fauls. With the facebook.app installed, but also with the redirect from Safari.
I only requested "stream_publish", when requesting also "offline_access" then it works. Seems to be a Facebook issue.
We are seeing the same thing over on First dialog after authenticating fails immediately and closes dialog
I know yours was first, but the discussion ended up over on that question.