Facebook-chat-api: How to use access_token??

Created on 1 May 2018  路  4Comments  路  Source: Schmavery/facebook-chat-api

How to use access_token??

Most helpful comment

Ah that makes sense.
The reason we use email/password is that we basically do exactly what the browser would do when you fill up the login form and hit enter, just server side.

All 4 comments

Sorry, I don't know what you're talking about. We don't use access_token anywhere in our codebase.

I believe he's talking about the Graph API's access token (this), which is not the concern of this API.

@standnguyen197 This API just uses a username and a password for authentication.

Ah that makes sense.
The reason we use email/password is that we basically do exactly what the browser would do when you fill up the login form and hit enter, just server side.

This seems to answer the question, you can let us know if we misunderstood. Thanks!

Was this page helpful?
0 / 5 - 0 ratings