Search code examples
iphonemgtwitterenginetwitter-oauth

iPhone. MGTwitterEngine. Get info for several users per 1 request


Tell me please, how to use getBulkUserInformationFor: method correctly?

I have "Could not authenticate you error". When I use other methods (getUserTimelineFor: for example) all's ok.

At the begining I setup consumer key and consumer secret. And all is works. But when I setup OAuth token with key and secret - it's throw SIGABRT error.

Tell me please, how to get info for several users per 1 request?


Solution

  • An error was in OAHMAC_SHA1SignatureProvider class. I updated it and all it's dependencies to the latest version and now all's ok.