FB.init() docs state that you can pass some mysterious authResponse param to it which is Object also retrievable by getAuthResponse. What does it do exactly?
FB.init() docs state that you can pass some mysterious authResponse param to it which
Share
Good question. Though FB’s documentation is sparse in this matter, a blog post explains what’s happening. Once oauth is enabled in the FB.init, the FB.login will respond with a response object that contains the authResponse, which can apparently stored by the application and installed when you the FB.init in the succeeding application-accesses.
Specifically, I am quoting from the same post :