clarification on where to get app developer keys
See original GitHub issueI have made an app project on Facebook and am only seemingly able to find an App Secret
and an App ID
.
I still do not know where to find the following
access_token
verify_token
I know this is not a product feature of Bootbot but rather of Facebook… but I was not able to find this information in their documentation.
It would be really helpful to include pointers/directions in the Getting Started
section!
Thanks for the help and the cool project man 👍
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Method: organizations.developers.apps.keys.get | Apigee X
Gets details for a consumer key for a developer app, including the key and secret value, associated API products, and other information. HTTP...
Read more >App Review - App Store - Apple Developer
Learn about the technical, content, and design criteria used to review apps submitted to the App Store.
Read more >Clarify API Keys vs Application Identifier · Issue #842 - GitHub
In 'Settings' menu, 'Api Keys' tab, I am not expecting to have my 'Application identifier', it is confusing. On the other hand, to...
Read more >Policy clarification - multiple applications for the same use case
Developers should never request that end users register and provide their own Twitter application consumer keys and secrets to their ...
Read more >Android O device ID clarification - Stack Overflow
Is that means if I have two android apps in same device with same ... Play App Signing enabled in the Google Developer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @awitherow
This is some help : https://developers.facebook.com/docs/messenger-platform/guides/quick-start
The
verify_token
is created by yourself (a string with at least around 50 characters) and asked on facebook in the step 2, when you setup the webhookFor the
access_token
, facebook give it to you in the step 3, when you generate the token for the page who will receive the bot.Hope it can help you 😃
had this question answered in the slack channel the app secret is > developer.facebook > on the app page > Settings > Basic > show [enter password when challenged]