ignacio-chiazzo/ruby_whatsapp_sdk

Regarding refreshing the access token

ahmadabdelhalim opened this issue · 2 comments

Hello,

So it seems the access token provided by Facebook is temporary and it needs to be refreshed each day I think, is that implemented inside the gem, or do I need to handle that from my end?

Thank you,

You have two options:

  1. You can generate a permanent token and have mechanisms to refresh the token.
  2. Refresh the token daily.

Got it. Thank you!