We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to send facebook cookie throw postman to automatically authenticate my app. but I got the following error message in the console:
2015-05-13 23:47:45,693 [http-bio-8080-exec-10] DEBUG facebook.FacebookAuthCookieTransparentFilter - Applying facebook auth filter 2015-05-13 23:47:45,736 [http-bio-8080-exec-10] INFO facebook.FacebookAuthCookieTransparentFilter - Invalid cookie, skip. Message was: Invalid Signed Request
I send the cookie as header in postman and the value of this header is fbsr_1568394390082988=<<>>
What should I do to solve this?
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to send facebook cookie throw postman to automatically authenticate my app. but I got the following error message in the console:
2015-05-13 23:47:45,693 [http-bio-8080-exec-10] DEBUG facebook.FacebookAuthCookieTransparentFilter - Applying facebook auth filter
2015-05-13 23:47:45,736 [http-bio-8080-exec-10] INFO facebook.FacebookAuthCookieTransparentFilter - Invalid cookie, skip. Message was: Invalid Signed Request
I send the cookie as header in postman and the value of this header is fbsr_1568394390082988=<<>>
What should I do to solve this?
Thanks,
The text was updated successfully, but these errors were encountered: