-
Notifications
You must be signed in to change notification settings - Fork 569
Add Threads Webhooks in the sample app #33
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
Conversation
heroku/README.md
Outdated
1. Set up your client's [subscription](https://www.instagram.com/developer/subscriptions/) using your `https://<your-subdomain>.herokuapp.com/instagram` as the callback URL. It is recommended that you set a `TOKEN` [config var](https://devcenter.heroku.com/articles/config-vars) as part of the set up of your Heroku app to secure requests. If you choose not to set a config var, then you will need to set a verify token of 'token' when configuring the callback URL. | ||
|
||
### Threads Webhooks | ||
1. Register an [Instagram API client](https://instagram.com/developer/clients/manage/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this link be for Threads, not Instagram?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you commented on the outdated version?
Co-authored-by: Anuj Shah <anujshah26@gmail.com>
Don't the FB and IG webhooks rely on FB app, rather than TH app? In that sense, might they not work with this sample app? |
it works as long as you configured TH app in DFC correctly |
No description provided.