How to continue session from iPhone App to a Mobile Website? -


how continue session iphone app mobile website works?

for example, facebook app, of features direct internal browser.

will still use same session or there different session key mobile website. don't want login again when redirected application's internal browser

facebook uses technique called oauth2 authorize other applications facebook service, can check out how use oauth2 iphone here. basically, send site user credentials (username , password) , access token back. then, can use token within app find out information user, actions user, etc.. finally, if need access actual website of application, same access token should allow sign website without having re-enter username , password.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -