instagram_graph_api icon indicating copy to clipboard operation
instagram_graph_api copied to clipboard

Is it possible to do authentification with long lived access token?

Open cedricPoncot opened this issue 4 years ago • 2 comments

hi,

When i run this line : "client = InstagramGraphApi.client(ACCESS_TOKEN)" with my long lived access token i have a error message :"message: Invalid OAuth access token".

My token is valid : Capture d’écran 2021-04-06 à 16 13 46

Thx :)

cedricPoncot avatar Apr 06 '21 14:04 cedricPoncot

I think that is not possible, because FB security policy needs to replace the token after 60 days. Except you use an own app with developer account.

Eisbaeeer avatar May 26 '23 19:05 Eisbaeeer