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.
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.
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