Please give me a link to any tutorial for login via Google+ api.I am stuck.I alredy tried https://developers.google.com/+/mobile/ios/ for that but after changing the clientID it continuously shows an error about invelid_scope on simulator.I need to integrate it in iOS 6.if you have any clue.Please give me feedback as soon as possible.Thanks in advance.
You need a compatible api towards the iOS 6.
Related
Currently i am using the Facebook SDK to implement the Facebook login to our native iOS application. For this i am using the native iOS SDK for Facebook. This application is both for mobile and web, so is it possible to integrate Facebook login without using the SDK from application side. I mean authentication done fully through API and server side.
Please have a suggestion.
I referred to a SO link:
Design for Facebook authentication in an iOS app that also accesses a secured web service
Sure! You can always use their API directly, which essentially is the same as they do with the SDK.
Check out the documentation on the following link.
https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow
I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.
According to the facebook documentation, there is a way to Sign In with Facebook in your iOS app, however, is there any way to Sign Up with their API ? Thanx in advance.
A workaround might be using the Windows Azure for iOS Framwork: http://bit.ly/PAwAGx
But I havn't used it yet, just read about it.
I am unable to login with facebook in my iOS app. I had thoroughly studied the Facebook api and followed the all instructions given by facebook api at developers.facebook.com site. I am able to authenticate but it is not logging in to my app. It says that Safari cannot open the page because address is invalid. I am new to iOS please help me. Thank you in advance.
You seem to have skipped the part of tutorial where you add a custom url scheme to your app. Without that, Safari can't send the user back to your app once they are authenticated.
Checkout Ray Wenderlich's tutorial on this:
How To Post on Facebook with Your iPhone App
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app
I have native facebook app in development for few months and login worked on ios and android.
Yesterday iOS login stopped to work. Android app is able to login.
I have not changed iOS code.
I was unable to login with Facebook Native client. I have uninstalled it and I still get same page on FB website. I am redirected to following page
http://m.facebook.com/home.php?_rdr
Have someone get same problem?
Any idea what is wrong?
Thanks
Check your Facebook application ID. Mine was deleted and I've got the same problem as you have.
If you didn't change anything on your end, Facebook might have chained something with their API. Perhaps there is an issue with the OAuth or something. Have you taken a look at Facebook's developer portal to see if they have changed anything recently?
try to authenticate in a desktop browser using firebug or so and check all the http traffic and response to figure out what the problem could be