简体   繁体   中英

Getting FB accesstoken from graph API by AppID+Appsecret

Since i cant use facebook c# sdk on my server, i would like to know how to obtain my apps accesstoken. I suppose i need to use the graph api? I never developed on facebook before, so some help on where to start would be much appreciated! Thanks

According to this answer you can get the application access token like this:

var appAccessToken = "app_id|app_secret";

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