简体   繁体   中英

How to get an access token without an authentication to facebook?

So what I want to do is get an access_token for my website that gets information from a public group. I dont want to authenticate with my facebook account everytime I want to see information. Please any ideas?

In order to make graph api calls to groups, you need any valid access token. The easiest way to get one without authenticating any users is getting App Token . There is an example of how to get that token in the link. Get it and use it in your calls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM