-1

Does anyone know on how to extract Twitter user's bio and collect user following in twitter; Are there any tools for this?

MoeTan
  • 1

1 Answers1

0

if you want to get the description of the user, twetts, followers, etc, firts: you need create a twitter app, then you have to consume the REST SERVICE from twitter ... the official info: link. for this you can use (for example) php,java, c# or vb.net(etc) with OAUTH to consume data from twitter. You can review this topic to guide you a little So you want to use the Twitter v1.1 API? Greetings

Community
  • 1
  • 1
patovega
  • 343
  • 2
  • 5
  • 16