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
I started noticing some problems with foursquare. Specifically when I attempt to re-auth to Foursquare I'm generating a 500 error through the website. You might have something useful in yours logs. From foursquare.com I can see foauth as a registered app. Same behavior when I remove my app from foursquare and then try to re-auth again.
After that when I try to run my console app I get the following (which makes sense if my oauth token errors):
u'{"meta":{"code":401,"errorType":"invalid_auth","errorDetail":"OAuth token invalid or revoked."},"response":{}}'
The text was updated successfully, but these errors were encountered:
Crap, it looks like they've changed a couple things about their API since the last time I looked at it. I really need to get some automated tests in place for this stuff, but until then, I'll take a look in detail and see what's new that I need to integrate. Thanks for the report.
No problem. I have more problems with their APIs breaking from small changes (like intent or needing additional API keys after updates on top of OAUTH) than any other service. Heck even FB's apis work more consistent than Foursquares. Thanks again for the great service!
I started noticing some problems with foursquare. Specifically when I attempt to re-auth to Foursquare I'm generating a 500 error through the website. You might have something useful in yours logs. From foursquare.com I can see foauth as a registered app. Same behavior when I remove my app from foursquare and then try to re-auth again.
After that when I try to run my console app I get the following (which makes sense if my oauth token errors):
The text was updated successfully, but these errors were encountered: