应用内 Instagram Oauth 登录
确保 JCInstaOauthViewController 的代理实现了以下两个方法:
//called to the delegate when the user does authenticate their Instagram account.
-userDidAuthenticateWithToken:accessToken
//called to the delegate when the user does NOT authenticate their Instagram account.
-userDidNotAuthenticate