How to integrate Facebook/Google+ without redirect Safari browser in iOS app -
i tried integrate facebook/google+ in app. can inbuilt facebook framework, google plus framework, google open source framework, in ios app getting details account added in settings app of device. can opening safari browser , redirect app after login facebook , goolge+. so, need without redirect safari browser.
using new google+ sdk, user not have reenter password in safari or browser. take on this: https://developers.google.com/+/mobile/ios/sign-in
if user has native google or google+ mobile app installed user not have re-enter google credentials authorize app.
or
try gtmoauth2viewcontrollertouch
- (id)initwithscope:(nsstring *)scope clientid:(nsstring *)clientid clientsecret:(nsstring *)clientsecret keychainitemname:(nsstring *)keychainitemname completionhandler:(gtmoauth2viewcontrollercompletionhandler)handler
plenty of references available online. google drive ios sdk: display cancel login button
Comments
Post a Comment