vb.net - Grab username off twitter -
vb.net - Grab username off twitter -
how can grab number of favorites off of page this? https://twitter.com/daltonmetzler4
like how can grab # of followers , number of favorites?
you'll need utilize twitter rest api: https://dev.twitter.com/rest/public , understand how authenticate application oauth.
followers: https://dev.twitter.com/rest/reference/get/followers/ids
favorites: https://dev.twitter.com/rest/reference/get/favorites/list
you can explore entire api twitter console: https://dev.twitter.com/rest/tools/console
here's intro/tutorial twitter api: http://code.tutsplus.com/tutorials/building-with-the-twitter-api-getting-started--cms-22192
vb.net
Comments
Post a Comment