Read what seems like 100’s of pages about the api, but it boggles my mind there just ins’t one single page in the documentation outlining the steps with an example for each step.
Example calls like https://api.twitter.com/1.1/users/lookup.json?screen_name=twitterapi,twitter are great however they are incomplete.
My goal is to retrieve basic profile info like followers for a user signed up in my application. I’ve registered my application with twitter and have my keys. However it appears i need to have the person on my app authorize my app to retrieve that information. Is there a page/post that describes the process of retrieving an oath token so my app can access their profile?
I’m using coldfusion
anyone please help