Facebook SSO Showing Wrong Language - iphone

I implemented ShareKit 2.0 fork for Video Sharing https://github.com/ShareKit/ShareKit/pull/212
When the user first logs in to facebook, it switches to Facebook, pulls the correct app info, and is all in English, but at the top right corner, instead of the button reading Login, it says Ingia. Any ideas if this is a Facebook problem or something weird in the iOS?

This appears to be a Facebook issue:
https://developers.facebook.com/bugs/407246299295529?browse=search_4fa410ea79db26337556383

Related

Meteor js facebook mobile login blank screen

I set up a Facebook login package for my meteor project. It is supposed to work on mobile, but when the iPhone app finishes logging the person into Facebook, it just shows a blank screen.
I have tried:
Meteor.loginWithFacebook({loginStyle: "redirect" }
But it still doesn't work. Any ideas?
The app takes you to the sign in page, but after you sign in, it doesn't redirect back to the app. It just shows a blanks screen.
I figured it out. Facebook now defaults to API version 2.3 and there is no way to change it to an earlier version in the Facebook App section.
2.3 is not supported by the Facebook accounts system on Meteor.
I just so happens I had an old Facebook app that was set to use API version 2.0
If I didn't have that old app then I would have been out of luck.
If you found this answer useful please arrow up the question and answer. Thanks!

Misconfigured: App Sorry, That Helps hasn't been approved for display in App Center

I have a simple Facebook App that I use to allow users of my website to login with Facebook. Recently I added a basic custom story via the open graph API, e.g.
Nick plays a mixtape via anexample.com
The custom story appears in my stream as expected, however when I click the anexample.com link on the story I get the following error and cannot access the actual Facebook App page:
Sorry, the details for anexample.com cannot be displayed because the app is
misconfigured.
What is strange, is that the application redirects at
https://www.facebook.com/games/?app_id=AN_APPLICATION_ID
despite the fact that the app is not registered as a game.
Has anyone else faced this behaviour?
Thanks,
On tapping on the App link, you could navigate it in one of the two possible ways
Any FB page: Add the page in Advanced settings of your App.
A website: Add a web platform

Sharekit Facebook not opening

i am using sharekit in my ios App. Twitter and email are working fine but facebook is not. When i open facebook it pops out a dialog having blue boundary but nothing is written in it. There is a close button on left side but the dialog is empty. Whats the problem? Please help me. Also i have double checked Facebook APPid and Secret key in SHKconfig.h.
A lot of people are having the same problem. ShareKit itself is an amateur attempt at a framework component and is so bug-ridden its pretty much worthless. The problem your seeing relates to the Facebook Connect framework used by ShareKit. Apparently Facebook has stopped all support for the Connect framework. In other words, you are SOL.

Post content on Facebook iOS. How to make the app link connect to a URL

I've got an issue with an app of mine available on the AppStore. In my app you can share contents using the graph API given by the iOS Facebook API. Everything works perfectly except for the link on the top right angle of the attached image
If you click on it guides you through an empty facebook page. I thought it was an automatic link to the itunes application page, but it is something for SSO. Is there a way to point it to another link? I've tried almost everything in the facebook app settings without result.

Blank screen with apple-mobile-web-app-capable and Facebook Connect

We've got a few pages that use the apple-mobile-web-app-capable meta tag (value="yes"), but on a login page that allows Facebook Connect, you get a blank page when you click on the connect button. I've seen this posted on the old FB developer forums, but with no relevant responses. Has anyone figured this out already?
This could be a bug in facebooks API. I don't think they've tested their API in iPhone web app mode. Issue can be followed here: https://developers.facebook.com/bugs/317323871621290
The issue have been raised here on Stack Overflow a couple of times too:
How do I get back to the iPhone web app after having logged in with Facebook Connect?
blank white screen after FB login via web app?