Hi Guys
I’m writing a program using the API and I can’t find certain commands such as screen_name and created_at. I have used them and inserted the data into my temporary database but I’d like to find more commands to print out things such as geo location if available.
So far I only have
tweet[‘screen_name’]
tweet[‘created_at’]
tweet[‘text’]
Any others would be much appreciated!
Cheers!