I am trying to get account linking work in my facebook bot. According to this url FB Documentation developers are supposed to register an authorization_code and on succesfull login need to pass it as a param along with the redirect URI. But following is not mentioned
- How to generate authorization_token ? Some specific method or a random number ? or is it the access token of registered FB Page ?
- How to register authorize_token