Facebook API SDK 3.0 "An error occurred with app" - iphone

I am doing ios integration with facebook and I just added Facebook login. i am able to login with my facebook account,
but my friend tested it, when he tries it, it gives him the error message that says "An error occured. Please try again later."
However, when I tried to login myself with my own Facebook account, I was able to register successfully. So I'm not sure what's wrong.
Can someone give any solution ?

i was facing the same error with my app,
i found that "Sandbox Mode" flag is set to true, it was causing this error,
it sets that only developer can use there account to signin,
set it to false, and you are all done!!!
may be it will help you :)

Related

I can't create app for API in facebook developer account

I need facebook login API for my app. But I can't create app on facebook developer console.
Everytime it says "Something went wrong. we are working to getting i fixed soon."
Is there any solution?
Screenshot: It says like this picture
I need help to solve the problem.

"Continue with facebook" was working but now shows a generic error on the facebook page: "Sorry, something went wrong."

When attempting to login with Facebook on our React website we get this error message from the facebook popup:
"Sorry, something went wrong.
We're working on getting this fixed as soon as we can."
We didn't make any code changes and this feature used to work and then one day just stopped working.
This error message now appears for both localhost and for the live website.
We are using Firebase to integrate with Facebook and we recieve the error message: "auth/cancelled-popup-request"
I have checked the facebook developer console but I can't find any indication of an issue.
I have tried logging in with different facebook accounts and on a different computer but it still has the same issue.
Did something change with our facebook account?

Facebook Invalid Scopes error on test app

All of a sudden I'm getting an "Invalid Scopes: manage_pages" error during login in the test version of my Facebook app.
The full error message is:
Invalid Scopes: manage_pages. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
The live app is working fine.
Everything was working fine in the test app as well until this morning.
If I read the provided docs link it looks like manage_pages permission is still in use.
Anybody has an idea of what could be wrong with it?
This is a bug that was recently introduced. It's already been reported to Facebook: https://developers.facebook.com/bugs/1605866199656679
As of 3 hours ago, it had been identified by Facebook engineering and a resolution should go live tonight (6-5-2015 PST). You can follow the status of the fix here: https://developers.facebook.com/status/issues/582921985181374/

Facebook auth access link stopped working, i only get generic error message

I have a facebook page tab where i try to get the access token with the link
https://www.facebook.com/dialog/oauth?client_id=[APP_ID]&redirect_uri=[REDIRECT_URI]
I has been working, but now all of a sudden I just get a generic error message: "An error occurred. Please try again later."
I have checked and the APP_ID is correct, and as far as i can see the applications settings are ok. Have there been any new changes to this or something?
This error message appears when the urls in the settings do not match the page you're trying to login from.
In the app settings you need to make sure that all urls share the same domain, also, if you have other domains which are different (sub domains, it's not possible with completely different urls) then add them in the "App Domain" field in the settings page.
Make sure that the redirect_uri also is of the same domain as the what you have in your application settings.
Another reason that might cause it is that maybe your app is on "sandbox mode".
There are plenty of questions about this problem:
Redirecting to authentication dialog - "An error occurred. Please try again later"
facebook php sdk server An error occurred. Please try again later
Facebook connect "An error occurred. Please try again later."

FBConnect issue

=I have added FBconnect on one of my app. Surprisingly for a few users it throwing an error saying: "An error occurred with App. Please try again later"
I could not figure it out why, since it is not occurring with everyone. Say it is happening with 10% of my my users only. Also once I thought this might by something to do with browser. Since few of them reported that it is not working in Firefox/Chrome. But If it is a browser issue then it should be with all of the user.
While I was developing, this error occurred only when I put the facebook application into sandbox mode and therefore the users account didn't have permission to access the app.