0

I have just gone through the Twitter, and i am able to perform composing tweets and listing up some tweets in my app.
Now I want to list up all my favorite tweets.

I don't have any clue on how to implement that.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Abhishek
  • 1,337
  • 10
  • 29

1 Answers1

1

I assume that you are referring to Fabric's TwitterKit. You will want to use it to access Twitter's REST api, specifically the /favorites/list endpoint

GreyBeardedGeek
  • 29,460
  • 2
  • 47
  • 67