I have Developed Window Application Which was Doing Lot With twitter.How Can I Do Now.its Giving me this Error The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview What Should I do Please help.Will I have to Change all my Code
Right Now I am Using Twitterizer2 DLL for My Twitter Software. Now it Stopped Working and Giving me Error The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview
How Could I Again Use My Software And What Will I have to do.How Could I Migrate My Twitter API
Hello I just want to tweet from a textbox in my website. I did this perfectly using .Net but now 401 “Gone”… The libraries like twitterizer are no longer working and the ones you recoomend are not working with api v1.1 they all say 401 Gone even in their very demo pages! pls take a look at what al we are saying
error verifying credentials: The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview. - trying to use twitter protocol , and status.net twitter protocol. neither works. HELP US OR WE WILL DIE.
just try this url : https://api.twitter.com/1.1/
Dear Sir, do you update MGTwitterEngine.m for fixing 404 error ? Please tell me how to fix this error!!! Thanks!!
hello how can i migrate from V1 to V1.1. Where should i change it please help me…is changes should done in code or anyother place…
See the top answer by @episod. Just changing the path from /1 to /1.1 is not sufficient, you need to implement OAuth for requests. For the simplest way to do so, see [node: 13439] if you don’t need user context.
Same Problem here
I’m just trying to obtain Application-only authentication. I was told to use the oauth_token and oauth_token_secret returned from the oauth/access_token call instead of the one in your app’s settings in dev.twitter.com.
How???
twitter is moving to it’s end. Auth for every request, what the hell just return us v1.0 back!
Removing my twitter feed, this is useless. Thanks twitter!
Using Twitteroauth just change
public $host = “https://api.twitter.com/1/”;
to
public $host = “https://api.twitter.com/1.1/”;
Houston, I think we’ve got a problem … Where the ‘How to migrate API v1.1’ is?
nice
Why don’t twitter make simpler?
Twitter, please look at how Facebook is explaining their API. I had everything up and running there within an hour. And now I’m trying to find out how it works with Twitter, and it has already taken me 6 hours. AND I STILL HAVE NOTHING.
I’m beginer and I want to know how to migrate to API v1.1, because when i go to into https://dev.twitter.com/docs/api/1.1/overview still confused. Please give me step by step. Thanks.
When I logged in www.kicaumedia.com, it’s the same problem with you, that is about the migration twitter API v1.1. How to migrate to the twitter API v1.1? Please give a simple answer and don’t be confused
change in your codebird/Oauth.php search $host and change $host = “https://api.twitter.com/1/”; To $host = “https://api.twitter.com/1.1/”;