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

Twitter API Endpoints #109

Merged
merged 2 commits into from
Oct 11, 2012
Merged

Twitter API Endpoints #109

merged 2 commits into from
Oct 11, 2012

Conversation

keab42
Copy link
Contributor

@keab42 keab42 commented Oct 11, 2012

This is a quick fix to resolve the fact that Twitter have removed their unversioned API Endpoints on twitter.com (Issue #108)

This however uses the v1 API which will itself be removed early in 2013.

Unfortunately the V1.1 API has stricter OAuth requirements so just swapping out the domain for the new 1.1 API returns a 401 not authorised error. That will require a more complete update of the code.

Quick and Dirty Fix for Twitter removing unversioned API Endpoints
Quick and Dirty Fix for Twitter removing unversioned API Endpoints
bengottlieb added a commit that referenced this pull request Oct 11, 2012
@bengottlieb bengottlieb merged commit f21a8ea into bengottlieb:master Oct 11, 2012
@bengottlieb
Copy link
Owner

looks good, thanks!

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

Successfully merging this pull request may close these issues.

2 participants