hey i want to call twitter api in my ios app with FHSTwitterEngine i have my URL but i dont know where to append my keys .This is my URL
https://api.twitter.com/1.1/geo/similar_places.json?lat=37.78&long=-122.41&name=Twitter
I make request with my credentials like this,
https://api.twitter.com/1.1/geo/similar_places.json?lat=37.78&long=-122.41&name=atm&oauth_access_token=XXXXXXX&oauth_access_token_secret=XXXXXXX&consumer_key=XXXXXX&consumer_secret=XXXXXX
can anyone guide me for this.
Try this. By using this code you can login to twitter and you can get logged in user's username and twitter id.
import FHSTwitterEngine.h
And then in .m file write this