1

I wanted to know if there is any method known as Twitter::unfollow to unfollow a person using Twitter Ruby API.

I have read the documentation provided on Github but it doesn't seem to help me with this issue.

1 Answers1

1

Although it's not in the documentation, an examination of the source shows that you can do

@client.unfollow('stephenfry')
SteveTurczyn
  • 36,057
  • 6
  • 41
  • 53