objective c - How does Facebook Login work in iOS -
i developing hybrid ios app in firm. need integrate login screen our app. hosted login using uiwebview
, worked charm when used our default login. able maintain login credentials when uiwebview
part of app, too. did not work facebook , g+ login. trying integrate facebook , g+ login manually. question is, how work in way can synchronise successful login case server session might able hold when user reaches uiwebview
part
use fbsdkloginkit
facebook , google signin
framework google. on successful login, provided user's details in form of json response. able hold user's details when reach uiwebview
.
Comments
Post a Comment