You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks fine. I'd put the NSLog line before the completionBlock (although not strictly necessary). Make sure you #define the TW_TIMELINE constant with the correct path (Twitter doesn't allow you to use API v1.0 anymore, it needs to point to API v1.1) and check the console for any auth errors that might be happening.
The problem is that nothing is being logged here is what my TW_TIMELINE is "1.1/statuses/home_timeline.json". I also used your suggestion of moving NSLog above the completion handler. Nothing is being printed in the NSLog I've tried adding another NSLog("It should appear") above the other one logging data, and the "it should appear" one did not show either.
I am trying to log the JSON Response for a Home Timeline w/ your Twitter Example, and MKNetworking but I seem to get no response. Am I doing it right?
The text was updated successfully, but these errors were encountered: