broidHQ / integrations

Connect your App to Multiple Messaging Channels with the W3C Open standard.
https://www.broid.ai
GNU Affero General Public License v3.0
746 stars 83 forks source link

Token vs Token Secret #147

Closed SumitPugalia closed 7 years ago

SumitPugalia commented 7 years ago

Overview

Can anyone Please explain difference between token and token secret ? How to obtain those and please do provide sample values for both?

killix commented 7 years ago

Hi @Sumitforyou,

Sorry for the late response.

token should be the token that Facebook give you when you configure your app. tokenSecret is the verify_token (hub.verify_token) you configure when you activate the webhook on you facebook app.

Let me know if you need more details.

killix commented 7 years ago

i added details in the readme of the integration: https://github.com/broidHQ/integrations/commit/81d39869d4e287036692f9febdd9f0aa42fe64e5

SumitPugalia commented 7 years ago

Thank you for the explaination...