I have a lot of error on my facebook app.
Where i could see it on developer facebook ?
Try with a try-catch printing the obtained Exception.
Related
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.
I tried to implement firebase authentication for my NuxtJs app for facebook social media login, but even after I made sure that all settings are correct (including hash and firebase settings), Facebook always threw this vague error.
Login Failed you cant use facebook to log into this app or website because there's an issue with its implementation of facebook login
I have another NuxtJs app that also uses firebase authentication for Facebook login and it works perfectly. I've made sure all the settings are the same with my currently problematic NuxtJs app. What could be the reason for Facebook throwing this error?
Wait never mind it works now. Apparently it's all because my NuxtJs app was being restricted by Facebook for violating their policies. After appealing the restriction, it's now working perfectly well.
The error message was so vague that I didn't think it was because my app was restricted by Facebook. But it seems like that was really the answer. I think Facebook should make the error message a bit clearer that it was caused by the app being restricted.
Anyway, thanks for the help folks.
I am testing an integration of Facebook with external web app under facebook canvas.
I got down to just having a simple HTML page, but still getting the SCAM error.
"Stop!
This is a browser feature intended for developers. If someone told you to copy-paste something here to enable a Facebook feature or "hack" someone's account, it is a scam and will give them access to your Facebook account.
For more information, see https://www.facebook.com/selfxss." in Chrome and similar message in Firefox.
The page is not displaying. I only can see "Cannot POST/fb_source=bookmark&ref=bookmarks&count=0&fb_bmpos=3_0"
My app is hosted on heroky and currently have just "HELLO APP NEW" text, no more.
GITHUB: git#heroku.com:better-you-v0-1.git
HEROKU: https://better-you-v0-1.herokuapp.com/#
What can be a reason for that?
That's a warning shown by Facebook to its users to prevent people tricking them into performing self-XSS attacks on themselves - it's not related to whatever problem you're having with your app
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 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.