broidHQ/integrations

Token vs Token Secret

SumitPugalia opened this issue · 3 comments

Overview

  • What project is this issue for?:
    broid-messenger

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

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.

i added details in the readme of the integration: 81d3986

Thank you for the explaination...