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

Setting up appsecret_proof for Facebook calls #5448

Closed
ssgsgugel opened this issue Mar 25, 2019 · 3 comments · Fixed by #5695
Closed

Setting up appsecret_proof for Facebook calls #5448

ssgsgugel opened this issue Mar 25, 2019 · 3 comments · Fixed by #5695
Labels
type:feature New feature or improvement of existing feature

Comments

@ssgsgugel
Copy link

According to Facebook, stepping up our API from 2.8 to the latest will require the use of the appsecret_proof in all user related calls. I've seen how to do this for Javascript in general, but how is it handled for the Parse server configuration?

@stale
Copy link

stale bot commented May 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label May 9, 2019
@dplewis
Copy link
Member

dplewis commented May 10, 2019

This isn't currently implemented. If you would like to submit a PR, you can look into the following files:

Facebook Auth
3rd Party Guide

@dplewis
Copy link
Member

dplewis commented Jun 19, 2019

I open a PR for this feature.

I don't think all calls are required to have appsecret. You can set it required in your advance settings.

https://developers.facebook.com/docs/graph-api/securing-requests/

dplewis added a commit that referenced this issue Jun 20, 2019
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this issue Mar 21, 2020
@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants