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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -