Facebook APP, Rate Limit Reached, Invalid method call - facebook

I got next error in my Facebook APP. I want to know how I can investigate "Invalid method call 1471%".
I can't look at the code or proxy all traffic from my app to facebook ((( but I should catch and stab this error. How I can contact technical facebook support.

Related

Facebook API OAuth Error with instagram_basic

I created a facebook app to use the IG Hashtag Search API. To connect a user I use the "Facebook Login". When creating a login url I have to specify the scope – the list of permissions – I request from the user. For my use case I need "instagram_basic", "pages_show_list" and "pages_read_engagement".
At first it worked perfectly but suddenly my requests respond with a "no permission" error and that I need the instagram_basic permission to query a hashtag. I disconnected the user and tried to reconnect but all I get is a generic facebook error on the redirected page of "Something went wrong". When removing "instagram_basic" from the scope it works – I can connect a user. But my app breaks because I need the Instagram Page ID to query a hashtag and I may not query for the Instagram Page ID without the "instagram_basic" permission.
Does anyone know what to do? The "instagram_basic" permission is listed in my apps permission with standard access. I thought maybe I need to let my app be reviewed but for the review I have to upload a video showing how the app works. But it doesn't work, because I cannot – for whatever reason – login a user with the instagram_basic permission. And I don't know why, because all facebook is giving me is a "Something went wrong" message.
Thanks in advance.

Facebook Login - dialog/oauth giving error

When I try to access my Facebook app without being logged into Facebook, I'm getting an error. If I'm already logged into Facebook, I get directed to the application normally, but without being logged in
Using the example for server-side CSRF on this page, my site generates a "state" variable to store in the session and redirects the user to the following URL:
http://www.facebook.com/dialog/oauth?client_id=[APP_ID]&redirect_uri=[APP_URL]&state=[RANDOM_NUMBER]
All I'm getting by way of an error message is
Error
An error occurred. Please try later.
With no clear indication what's gone wrong, where, or why.
The app is running on a live server, with the domain name and path matching what's specified in the Facebook app control panel.
If your receiving the Error 'An error occurred. Please try later.' on the Facebook login page then i would suggest you to verify the value for the parameter 'redirect_uri'. the value supplied in the above url should match with the one set for the facebook app in the spp settings page.
Had faced a similar problem during my initial days. Hope this helps.

Facebook access token graph API call result in a bad request error

We have a Canvas Facebook App and for some time we get a strange error for some of the users that are trying to install (allow) our Facebook app. I mention this is happening only for some of the users and not for all! The error we are getting is "The remote server returned an error: (400) Bad Request." The graph API call we putted in a try catch block and this is what the logs says when I searched over them to see what went wrong. The graph API call is:
https://graph.facebook.com/oauth/access_token?client_id=XXX&redirect_uri=XXX&client_secret=XXX&code=code_received_from_facebook.
We received the code from Facebook and append it to the graph API call from above but it seems that for some users this is not working. Our redirect_uri parameters contains an URL to our Facebook App and contains also some parameters (example: http://apps.facebook.com/our_application_URL?cid=xxx&surveyid=xxx&messageid=xxx).
xxx = some values.
Did some of you confront with this kind of strange behavior? Working for some users but for other is not working? We are using the same code so nothing change between a successful installation and a unsuccessful installation.
Thank you for your help in advance!
Now that Facebook require SSL for applications your "redirect_uri" need to be https (i.e https://apps.facebook.com/myapp/), otherwhise you will get "Bad Request".
You probably got the error for only the users that had forced SSL but not the rest.

Facebook Credits. Error 1151

I'm developing an application on Facebook, and I need to have the possibility to integrate my application on other sites (with connections to Facebook by the Facebook JavaScript API).
On Facebook, I can buy some things on an application using Facebook Credits, but on some other site, when I call the Facebook purchase dialog, I get this error:
API Error Code: 1151
API Error Description: Sorry, but this app may not be eligible to accept Facebook Credits.
If this app has accepted credits before, please try again.
Error Message: Invalid Application
Or is there a Facebook purchase dialog we can use only on Facebook?
This happens because the payment interface can only be called from an iframe application running on Facebook.

Sharing with facebook using Sharekit giving Application Response Error

I am using share kit to integrate facebook and twitter in iphone application. I want to share text message to Facebook and twitter. On facebook I am getting "Application Response Error The post's action links must be valid URLs. You can see this because you are one of the developer of the app.
In case twitter I am getting message in Alert "Authorize Error Your SHKTwitter config is incorrect.You must set your application type to browser and define a callback url. See SHKConfig.h for more details".
and No message is shared on both facebook and twitter.
When you register your application at twitter developer site .. chosse your application type to browser not client and also provide callbackurl.. like this http://example.com you can provide your company url or what u want.
This error
set your application type to browser and define a callback url.
is because of application setting