Closed davcevski closed 4 years ago
@davcevski That isn't the refresh token URL. actions/craftagram/default/refresh-token
https://github.com/scaramangagency/craftagram#keeping-your-token-active
Sorry if I was not clear. Both redirect url and refresh token are retrieving 500.
The error I am getting from instagram is
{"error_type": "OAuthException", "code": 400, "error_message": "Invalid redirect_uri"}
Just because the /auth
endpoint returns 500. Same with refresh-token.
Authorise Craft
? Or have you previously Authorised the application and it is not now allowing you to refresh the token?baseUrl
set to in Craft, and what URL have you added at step 6 in your app setup in Facebook?This error usually dictates the URL you have added in the setup of the application in Facebook doesn't match the URL in Craft.
I was missing www
in the url 🤦 . Sorry for the confusion, works now I was able to refresh the token. At some point during these 60 days I added www to the craft domain and forgot about it.
Hey guys,
Having trouble to refresh my token. Pinging
actions/craftagram/default/auth
returns this error:The query argument is indeed empty. Running
"craftcms/cms": "3.5.12.1" and crafttagram
1.2.6
Any clues?