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.
Related
we received an email from Facebook review team telling us that our live app (website) is being reviewed and later got another templated email saying that our login is crashing or hanging, suggested we fix it, and gave us a bunch of links to the best practices on how to fix the FB login integration.
The problem is we don't use FB in our login (we just use their Marketing API) and, to us, the login works just fine.
Anyone else with a similar experience out there? If so, what did you do?
I am trying to make a website using the Facebook API. This is my first time doing something like this. I followed the directions on FB for setting it up on Heroku, but when I attempt to go to the URL that was just created I get the error No data received.
Unable to load the webpage because the server sent no data.
Error code: ERR_EMPTY_RESPONSE
I do not know what the issue is. I am following instructions online and it should ask for fb permissions and then log into Heroku.
Thanks for the help
I believe this error occurred because the internet was to slow and it kept timing out even though other pages seemed to be working fine.
I have done much searching but not able to find a solution.
Trying to get my Twitter to Facebook feed setup but getting this error:
"Facebook reported an error. The error has been reported to our engineering team. Please try again as it might be a temporary problem"
From what I can gather it may have something to do with an old account that has been deleted, but I have no idea how to resolve this and nor do a lot of other people.
First up: this is not a programming question since it's not related to the Twitter API but to the Twitter interface. Therefore, it's actually to be regarded as "Off-Topic".
To give you a helping hand nevertheless:
What you are describing is a known bug Twitter bug. Check https://www.facebook.com/help/community/question/?id=110412992466716 and https://dev.twitter.com/issues/998
The problem comes up when your Twitter account was previously connected to another Facebook account that you deleted/deactivated without removing the Twitter app first. Now that you try to connect to a new Facebook account, Twitter still tries to authorize using the old credentials of that other account.
Currently, your only hope is to ask Twitter to manually remove the old account credentials from your Twitter profile's backend. From what I've been reading, Twitter frequently fails being cooperative in that point... you can only ask and hope someone at Twitter is able and willing to manually correct their bug.
I am working on implementing sharing an image via Twitter in my application and I have come across this page.
When I run my app in my simulator I can no longer log into Twitter. I get a page stating that "This page is no longer valid. It looks like someone already used the token information you provided."
I have gone to Twitter and to the Applications page and removed this application to try again. I still get this warning page though.
When I try to run the app on my device it crashes when I tap the Twitter Button.
Has anyone found a solution to this?
Or if someone could point me to a solid Twitter/TwitPic reference tutorial that actually works that would be great as well.
Check these sample twitter apps source codes, will lead you for smooth implementation,
https://github.com/bengottlieb/Twitter-OAuth-iPhone
https://github.com/luciuskwok/HelTweetica
https://github.com/takuma104/ntlniph
http://code.google.com/p/tweetero/
http://jaanus.com/post/1451098350/an-example-iphone-twitter-app
I got this problem.
Woah there!
This page is no longer valid. It looks like someone already used the
token information you provided. Please return to the site that sent
you to this page and try again. It was probably an honest mistake.
Turns out the fix for this was simple although it took some hunting down!
The date/time on the server running the app had somehow become a day behind.
Twitter checks the time sync when using the API, and if the client doesn’t have the correct time, it’ll report the above error.
Maybe you've got some loop or a method that is being called twice?
=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.