Embed Twitter Timeline/Tweet into card scroll view app
i am working on a app that uses card scroll view (meaning its a single
screen but you can scroll through a set of card like views)
i wanna be able to retrieve information from a tweet i post and put that
information onto a single card view. so basically whenever i tweet
something the app generates a new card with that tweet on it.
The image of the card style view is within the second link (sorry i cant
upload the image because i dont have more than 10 points to do so)
i have already found a tutorial which i used to practice of how to embed
the whole timeline of an account
http://www.techotopia.com/index.php/An_iOS_6_iPhone_Twitter_Integration_Tutorial_using_SLRequest
BUT im trying to embed a single new tweet onto this card view i already
have.
the card scroll view style code can be found here
https://github.com/alfonsomiranda/CardScrollView
yes i have read about the twitter API's, tutorials on how to implement
api's but im asking for whether someone can point me in the right
direction as to how to merge these two in the links i provided... So
whenever i send a tweet from the account chosen, my app automatically
generates a new card with that tweet on top of the card.
No comments:
Post a Comment