1

When i tried this URLenter link description here https://api.twitter.com/1/statuses/statuses.json in browser shows an error as fallow

{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}

to rectify that issue used https://api.twitter.com/1.1/statuses/user_timeline.json this URL this shows an Error as fallows

{"errors":[{"message":"Bad Authentication data","code":215}]}

I had logged in twitter also.

I try to use the above two URL but not receiving any data. What URL should i Use in IOS to work properly?

I had tried and i had the added some sample code given in this link What goes wrong to access twitter timeline account?

Community
  • 1
  • 1
Velmurugan S
  • 619
  • 3
  • 21
  • possible duplicate of [SLRequest - Twitter returns code 215 (Bad authentication data)](http://stackoverflow.com/questions/19081530/slrequest-twitter-returns-code-215-bad-authentication-data) – Shubhank Feb 07 '14 at 10:32
  • it returns code = 34; message = "Sorry, that page does not exist"; Can you please help me how to rectify that error ? – Velmurugan S Feb 07 '14 at 10:33
  • there is code in the answer and user has it working – Shubhank Feb 07 '14 at 11:03

1 Answers1

1

When we try the https://api.twitter.com/1/friends/ids.json has not used in twitter right now.So that we can use v1.1.In v1.1 we cannot test in browser directly because of https. we need to test proper https packet to test so that we can only implement in programming or some other https tools.

Velmurugan S
  • 619
  • 3
  • 21