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?