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

Foursquare re-auth generates a 500 #30

Open
jefftriplett opened this issue May 13, 2014 · 2 comments
Open

Foursquare re-auth generates a 500 #30

jefftriplett opened this issue May 13, 2014 · 2 comments

Comments

@jefftriplett
Copy link

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":{}}'
@gulopine
Copy link
Member

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.

@jefftriplett
Copy link
Author

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!

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

2 participants