I am building a web application consisting of
1. Enterprise WebSite
2. iPhone app
When a new user is registered I want to import his Facebook avatar, following is the use-case:
I. User logs in to facebook using the iPhone app ( facebook session is created on the iPhone device )
II. User is getting registered with the Enterprise WebSite
III. The Enterprise WebSite import the users facebook avatar using Facebook API
Having the above use-case in mind, the user has logged in using the SmartPhone application ( and not using the Enterprise WebSite ), is it possible to use this ( SmartPhone's ) facebook login session on the WebSite backend to import the user's avatar w/o requiring to directly LogIn through the WebSite app? is this use-case possible? isn't there any security limitations?
Any help will be appreciated.
