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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -