Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case where appSecretProof was calculated incorrectly #71

Merged
merged 1 commit into from Jul 17, 2014

Conversation

jarrodconnolly
Copy link

When using FB.options to set both the appSecret and accessToken the appSecretProof was being calculated incorrectly. Essentially the appSecret gets passed as both parameters to the getAppSecretProof method.

This is how I am using the options.

FB.options( {appSecret: '', accessToken: ''} );
FB.api('me', 'get', function(res) {
  console.log(res);
});

…cretProof was being calculated incorrectly.
@jarrodconnolly
Copy link
Author

Any chance someone can have a look at this and get it merged in?

CRuppert added a commit that referenced this pull request Jul 17, 2014
Case where appSecretProof was calculated incorrectly
@CRuppert CRuppert merged commit c937894 into Thuzi:master Jul 17, 2014
@jarrodconnolly jarrodconnolly deleted the getAppSecretProof branch August 8, 2014 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants