I have set MGTwitterEngine to my project. After login in I received message Authenticated with user MyName
. But what next? I tried something like NSLog("%@",[self.engine getFollowedTimelineSinceID:1 startingAtPage:1 count:100])
and get CFD0815B-8124-4F26-8E63-A2AB4CB830EB
. How can I get for example my last tweet?
There is a good tutorial that explains how to use MGTwitterEngine as well as Twitter OAuth,SAOAuthTwitterEngine .I don't know exactly what third library you're using but i think that might be useful.