nguo / cpath-twitter

TheCodePath: Twitter App
0 stars 0 forks source link

[Android Bootcamp] Review Nina's Twitter App #1

Open nguo opened 10 years ago

nguo commented 10 years ago

Please review my twitter app. Thanks! /cc @nesquena @timothy1ee

Question:

  1. I got an error when trying to retweet saying "not authorized to use this endpoint." Any ideas what that means?

Hours spent: 21

Optional stories I did:

nesquena commented 10 years ago

Want to make a special note here since you submitted an excellent project, implementing many of the optionals. I fully understand and appreciate that most everyone in this class has full-time work and many other obligations in their lives, which makes those who are able to submit polished versions by the deadline earn my respect that much more. Really hope you found this project to be a great learning experience. If you enjoy this class at the end and you believe in what we are doing with CodePath, I'd love to chat with you about ways you can act as mentor, help with our community efforts or even act as a (paid) instructor in the future.

A few notes after checking out the code:

Here's a detailed Project 3 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.

Let us know if you have any other thoughts or questions about this assignment. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, ActionBar, Navigation, Models, Authentication, API Communication, Persistence, et al) and see how they all fit together. We are close now to a turning point in the course where you should be hitting a "critical mass" towards your knowledge of Android.

nesquena commented 10 years ago

I got an error when trying to retweet saying "not authorized to use this endpoint." Any ideas what that means?

As far as I can tell, this is a quirk in the twitter API which flags certain apps unable to retweet because they have been flagged for likely to spam. I've had a few people in the past that had this issue. Once posted this to twitter support and they changed something that made it work again.