I want perform a login using Facebook credential. This is possible using Facebook SDK with this step:
- Create a Facebook App on facebook.developer.com
- Import Facebook SDK in Xcode
- Use Facebook SDK to perform login (this action open Facebook application on iPhone, and after it re-opens my application)
I would avoid open Facebook app and perform login inside my app, like Pinterest.
Using SocialFramework is it possible ?
Thanks