=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.
Related
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/
I have been trying to send notifications to my users via Graph API.
But I was facing with "An unknown error has occurred." error. There wasn't any further information. I was have SSL, Canvas Page and also Website integration with my App but it didn't worked.
Also Google couldn't help me.
After couple of hours later, I decided to try it with another App. Voila! It worked. And then I started to look differences between them. Finally I found the source of error.
Here:
If this switch is "Yes" then you can't send notifications and get "An unknown error has occurred." error. I think it's because app_secret is not anymore safe if you embedded it in a mobile application. So, if someone reach it, will be able to send notifications to your users.
What is point of this I don't know but this is the solution. If somebody can explain it, I'd be happy.
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 :)
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."
I have an iPhone app that's using facebook connect via the ios-sdk to upload videos to facebook. It's been working fine until today. Most users are able to upload ok but one particular user gets this dialog first:
permissions ok
Once he hits ok he gets this dialog:
error dialog
I looked in the diagnostics for any errors and I didn't see any. The only thing I did notice was under feature requests it says "requests 1.0 - 30" for limit per user per day. I don't know if a particular user is running up against some limit or something else is going on.
The other interesting thing is that we have a full version and lite version. He can upload via the lite version but not the full version. Both versions use the same api calls for uploading videos.
update: User deleted the app from privacy settings in his facebook account. Then the app re-authorized and it all worked.
How did it get into this state? Is there a way to detect via the IOS app and resolve it?
Occasionally Facebook will return that error and most of the time (for me) there is nothing I can do to fix it except try again.
This error happens to me not only in this similar situation but also everywhere like Feed Dialog, Request Dialog, etc...
I'm pretty sure it's Facebook server error.