MGTwitterEngine already set what next?

93 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.