abiligiri / A3-TwitterClient

0 stars 0 forks source link

[Yahoo Android] Review Project 3 - Twitter Client #1

Closed abiligiri closed 10 years ago

abiligiri commented 10 years ago

/cc @nesquena

I see that the oauth token is obtained and the HomeTimelineActivity is started. After this I am not getting any responses from the twitter API. I have also tried looking at charles proxy logs and see that the request for statuses/home_timeline.json is never made.

abiligiri commented 10 years ago

Never mind, I figured it out. I was passing "statuses/home_timeline.json" instead of getApiUrl("statuses/home_timeline.json") to client.get()

nesquena commented 10 years ago

I was passing "statuses/home_timeline.json" instead of getApiUrl("statuses/home_timeline.json") to client.get()

Glad you were able to figure out the issue.