Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"OAuthException","message":"Error validating application."

up until 4 days ago this was working just fine, now I keep receiving an error when trying to post a youtube video on my friends (or even my own) wall.

Reading user ids from list.txt and send them a video Posting video to user id: me {"error":{"type":"OAuthException","message":"Error validating application."}}

I am getting the same error with an application which i created on a friends facebook account when trying to do the same thing.

Does anyone have an idea why this is and what I can do to fix it?

Thank you!

like image 975
Wanja Avatar asked Nov 14 '22 17:11

Wanja


1 Answers

I started getting this problem for some of my users on my app recently. It was because my database field for storing oauth tokens was limited to 100 characters, which in the past has been long enough for facebook oauth tokens. Newer tokens are sometimes longer than that.

Just a guess...

like image 179
Leopd Avatar answered Dec 27 '22 00:12

Leopd