Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

https://dev.twitter.com/blog/planning-for-api-v1-retirement #339

Closed
carasmo opened this issue Mar 5, 2013 · 4 comments
Closed

https://dev.twitter.com/blog/planning-for-api-v1-retirement #339

carasmo opened this issue Mar 5, 2013 · 4 comments

Comments

@carasmo
Copy link

carasmo commented Mar 5, 2013

Apparently any script using the api (I'm really confused) won't work. Right now there's a blackout showing what it will be like when they retire this, what does this mean to the users of the sea of cloud scripts?

@RiccardoRics
Copy link

Hi, i've modified the function "build_api_url()" adding the 1.1 api path where required.

EG:
return proto+"//"+s.twitter_api_url+"/1/"+s.username[0]+"/lists/"+s.list+"/statuses.json?page="+s.page+"&per_page="+count+common_params;

to

return proto+"//"+s.twitter_api_url+"/1.1/"+s.username[0]+"/lists/"+s.list+"/statuses.json?page="+s.page+"&per_page="+count+common_params;

EDIT: That's not working anymore, i'm reading the twitter API 1.1 to find a solution.

@purcell
Copy link
Collaborator

purcell commented Mar 5, 2013

Duplicate of #330 and #264

@purcell purcell closed this as completed Mar 5, 2013
@purcell
Copy link
Collaborator

purcell commented Mar 5, 2013

In particular, please see #264 for related discussion.

@ghost
Copy link

ghost commented Mar 5, 2013

It appears they require authentication from now on, so unfortunately it's not just a matter of hitting the correct url

https://dev.twitter.com/docs/api/1.1/overview#Authentication_required_on_all_endpoints

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants