instagram_graph_api
                                
                                
                                
                                    instagram_graph_api copied to clipboard
                            
                            
                            
                        Is it possible to do authentification with long lived access token?
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 :

Thx :)
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.