Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refreshToken not refreshing? #13

Open
PootisMann opened this issue Oct 31, 2014 · 2 comments
Open

refreshToken not refreshing? #13

PootisMann opened this issue Oct 31, 2014 · 2 comments

Comments

@PootisMann
Copy link

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

@radarseven
Copy link

Also seeing this issue.

@razor2611
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants