You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the hour is up it doesn't seem that the token refreshes automatically like it should, leaving me with this error when i try to upload a video: Undefined property: stdClass::$refresh_token
The text was updated successfully, but these errors were encountered:
That happens when you screw something with the refresh token becouse that comes only on the first request, after that you will always recive the response without the refresh token.If you want to fix that delete the record from the database (from fbf_youtube_access_token table), then change the approval_prompt to force from the config file then relogin and after that you can se the approval_prompt back to auto.
After the hour is up it doesn't seem that the token refreshes automatically like it should, leaving me with this error when i try to upload a video: Undefined property: stdClass::$refresh_token
The text was updated successfully, but these errors were encountered: