Get Facebook API access token

33 views Asked by At

I'm currently working on a project where I need to fetch the latest posts from a specific Facebook group using the Graph API endpoint: https://graph.facebook.com/{group-id}/feed?limit=5&access_token=EAACEdEos0....

I'm stuck at the part where I need to obtain a valid access token to authenticate my requests. Can anyone guide me on where and how to get this access token for my application?

0

There are 0 answers