fbsamples / threads_api

This repository contains a sample app for developers who are interested in integrating with the Threads API.
Other
191 stars 30 forks source link

Show current access token scopes #10

Closed nbartels closed 4 months ago

nbartels commented 4 months ago

It would be great to see what scopes the user has approved, so we can get that information from the access token somehow. The manual access token debugger is nice, but in an enterprise environment you will not be able to manually check each access token in case of an error.

So, add some endpoints to the sample application and propagate the RFC to the API team. Maybe we can get a debug endpoint to check for a valid token.

pestevez commented 4 months ago

Thanks for the suggestion and the API request will be relayed to the appropriate team. Since the scope of this repository is to show what is supported in the Threads API, I will close this issue since it is not actionable for us.