FHSTwitterEngine can't post a twitt with image
i use the demo FHSTwitterEngine.
i use the method "- (NSError *)postTweet:(NSString *)tweetString
withImageData:(NSData *)theData",but it's fail.
The return data shows that :"{"errors":[{"code":195,"message":"Missing or
invalid url parameter"}]}",the response.statusCode is 403.
the tweetString and theData of image are both not nil.
how can i solve it.
No comments:
Post a Comment