Sorry the application you are using is misconfigured for Facebook integration. Please download the latest version of the application. - Xcode - ios

I have followed the Facebook integration tutorial here http://www.mobisoftinfotech.com/blog/iphone/iphone-fbconnect-facebook-connect-tutorial/
And the Facebook window opens but hen it displays the error message - sorry the application you are using is mis... The odd thing is if I click for espanol in the Facebook window and then back to english it works just fine. I am very confused with this and don't understand the tutorial on Facebook.developers.com. Please help. Also would love to now if there were an easier way to implement Facebook.
Thanks

sorry, I got the same error, and dont really know what the solution is,but..
I used the ApiKey and the SecretKey of this application: (I downloaded the MyGradesTutorial sample project, and took the key's to my application and) it worked smooth!
what does it mean is that the problem is probably in Facebook application and not in mine (yours) code!
I still searching for the solution from Facebook app side...

Related

iOS Branch.io deeplink doesn't open the installed app and always redirects to app store except for the first link shared

I'm using Branch SDK for creating deep links and sharing them. If the app is installed, the link should've open it. But the link is always redirecting to app store except for the first link. The first link opens the app perfectly but any new links always redirect to the app store even though the app is installed.
I followed all the steps from documentation, https://docs.branch.io/pages/apps/ios/
but still no luck. Can you please help me find the problem?
Jackie from Branch here:
Here's our iOS integration guide you're looking for. We have code samples both in Swift and Objective C: https://docs.branch.io/pages/apps/ios/
If you continue to experience issues after you have gone through the troubleshoot docs(https://docs.branch.io/pages/apps/ios/#troubleshoot-issues), could you please reach out to us at integrations#branch.io with the following details?
Your Branch app ID
Detailed steps to reproduce
Links where the issue can be seen
Thanks!

Swift 2 open twitter app

since ios 9 and swift 2 this line of code
NSURL(string: "twitter://user?screen_name=YOURNAME")
does not work anymore to open the twitter app, it will redirect to the website instead.
I have been trying to fix this but cannot find anything. Somebody knows how to fix this?
Thank you for any help or support
This actually works again, definitely had problems for a few days where it would not open twitter app. Maybe signing out and back in settings-twitter did the trick.

Unity and Facebook - iOS won't post, android does

having a bit of an issue that I haven't been able to find anywhere. I've created a game using Unity and the Facebook SDK for Unity. It works great in the editor, great when pushed to android....But when I try an iOS install, it won't post onto my timeline or anyone else's and invites don't work....But the android version does.
It brings up the dialog like it should, looks like it's about to invite/post, then just goes back to the game.
I'm using Unity 4.3.4, Facebook SDK for Unity 5.0.3 and Xcode 5.1.
Any help would be appreciated.
EDIT: Some additional news. Facebook SDK for Unity has a tutorial attached to it where they have a pre-built project called Friend Smash to show you how the SDK works. I just ran the completed project through Xcode and pushed it to my iPhone and have experienced the EXACT same issue. Invite appears to be sent (even appears on the screen saying "request sent") and it appears to post my score to Facebook, but again nothing appears on Facebook.
Looks like this was my stuff up.
Looks like my request wasn't being given a Post ID. In checking my code, I had written "actionlink", instead of "link" in the "onBragClicked" method which fouled up the process....Yet somehow didn't screw up my android build.
Anyway, thanks for viewing.

Facebook SSO implementation in storyboard- blank screen after login

I am trying to implement Facebook SSO in storyboard (Xcode 4.2) and the AUTH dialog goes perfectly until the login is completed. At that point Facebook appears to return to my app but what actually shows up is a white screen which, despite my best efforts, I cannot dismiss. From searching on Stack Overflow this seems like an infrequent problem encountered on other platforms as well but I didn't find any answers for IOS.
My best guess is that this is caused by some misstep of mine in implementing the facebook tutorial: https://developers.facebook.com/docs/mobile/ios/build/ in storyboard, not XIB. Unfortunately the only facebook example projects I've found use Xib's. But honestly I don't really understand the issue or the AUTH dialog that well.
If you're still looking check out the latest Facebook SDK 3.1 and sample that uses story boards: https://github.com/fbsamples/ios-social-cafe
This is similar to an issue I had . . . have you checked to make sure your segue goes to the correct viewController?

Good example of how to build an iphone app that integrates with facebook

I have experience building iPhone applications, however I'm new to the facebook API for iOS. Does anyone know of a good example of an iOS app that will post to user's facebook wall? I'm trying to integrate this functionality into an existing app that I'm working on. Thanks!
Check out the following open-source project:
facebook-ios-sdk
It's an open-source library to let you post to Facebook from your own iOS app.
They have posted code for a sample ViewController here as well. Unfortunately this doesn't do an explicit wall update, but it does read the users' status and request them to log in. And underneath this you can retrieve the source for the entire demo application:
https://github.com/facebook/facebook-ios-sdk/blob/master/sample/DemoApp/Classes/DemoAppViewController.m#L79
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You can check our documentation for iOS SDK 3.0.8 here at
https://developers.facebook.com/ios/
Download the SDK package here at
https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg
Then try the samples/ folder for the existing samples.
Specially you can look at Scrumptuous and Hackbook for latest examples.

Resources