I have used FHSTwitter Engine for oauth authentication as well as to post the image and text to twitter.
When I tried to send the message alone. It posted successfully but when I send it with image
[[FHSTwitterEngine sharedEngine]postTweet:@"test with image" withImageData:imageData];
it gives the Error 204 and message : Twitter successfully processed the request, but did not return any content
If anyone has some idea to post the image with text or link.