ndagrawal / TwitterOAuthDemo

Code Home Work 3
0 stars 0 forks source link

TwitterOAuthDemo

Code Home Work 3
Time Spent 13 Hours

[ Done ] User can sign in using OAuth login flow
[ Done ] User can view last 20 tweets from their home timeline
[ Done ] The current signed in user will be persisted across restarts
[ Done ] In the home timeline, user can view tweet with the user profile picture, username, tweet text, and timestamp. In other words, design the custom cell with the proper Auto Layout settings. You will also need to augment the model classes.
[ Done ] User can compose a new tweet by tapping on a compose button.
[ Done ] User can tap on a tweet to view it, with controls to retweet, favorite, and reply.

alt tag

I tried to use the API more after the homework -- but somehow i am not receiving response -- this can be because of rate limit . If you find difficult to run the project please let me know. I can change the API Key and try it again.