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

API deprecation problem #1

Open
tommeagher opened this issue Oct 30, 2013 · 1 comment
Open

API deprecation problem #1

tommeagher opened this issue Oct 30, 2013 · 1 comment

Comments

@tommeagher
Copy link

So I sadly noticed that http://andymboyle.info/ipsum/ is no longer functioning.

I'm guessing this is because it relies on the deprecated v1 API. Twitter now requires you use Oauth to access the API v 1.1. That is problematic for purely client-side JS, which it appears Twitter discourages you from attempting https://dev.twitter.com/docs/twitter-libraries.

Have you thought about how to handle this? Is there interest in creating a back-end in say, Python, to grab the tweets data from the API to feed to the generator?

@ryanpitts
Copy link
Owner

Yep, the Twitter API changes totally screwed that feature over. I've had to implement Python versions for other "real" projects, and although it's kind of a pain to have to generate an app and collect the tokens, it's not THAT bad. So far I've resisted running anything server side on BoyleCamp though. I'm torn.

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