Hello,
I'm writing a small web application that will show to the user its recently tweets(and also the ones he follows).
I'm able to redirect the user to a URL which there he authorize my app, then the browser redirects him to the callback URL which i provided in my app settings.
From this point i'm pretty lost, i know that i have to make a request to: https://userstream.twitter.com/1.1/user.json
but not sure about how do i do it with this API.
Thanks in advance
I'm writing a small web application that will show to the user its recently tweets(and also the ones he follows).
I'm able to redirect the user to a URL which there he authorize my app, then the browser redirects him to the callback URL which i provided in my app settings.
From this point i'm pretty lost, i know that i have to make a request to: https://userstream.twitter.com/1.1/user.json
but not sure about how do i do it with this API.
Thanks in advance