Hey there,
I am searching for hours, but I have no clue how to solve this issue:
I want to make an Application, which gets information of followers count for a certain person.
When i am using this link: https://api.twitter.com/1.1/users/show.json?screen_name=officialbreath
Twitter Api says: {“errors”:[{“message”:“Bad Authentication data”,“code”:215}]}
So i looked up how to use OAutha or XAutha but i didn’t understand how to use it in Objective - C.
Are there any Code Examples how to solve this?
Thanks for your help!