fhs-twitter-engine

Getting error while posting image using FHSTwitterEngine

那年仲夏 提交于 2019-12-30 14:57:19
问题 In my app i integrated FHSTwitterEngine for posting images in twitter. Till last week it is working fine. But all of a sudden, while trying to post an image it is showing 204 Error Domain=FHSErrorDomain Code=204 "The request did not return any content." i don't think that it is an issue with duplicate post, because image will change according to user selection and while trying to post image first time itself it is giving the error. Text based tweets are working properly. problem is with image

FHSTwitterEngine - 'NSInvalidArgumentException','data parameter is nil'

一笑奈何 提交于 2019-12-10 10:24:33
问题 I'm using FHSTwitterEngine to post a gif to twitpic. When I have a wifi or 3G connection on the iphone everything works fine. But I also want to implement some error handling for when there is no connection or when the upload failed. So for testing I put the iphone in airplane mode and try to upload to twitpic using the following method: id returned = [[FHSTwitterEngine sharedEngine] uploadImageToTwitPic:gif withMessage:@"message" twitPicAPIKey:@"key"]; but when I do that I immediately get

FHSTwitterEngine - 'NSInvalidArgumentException','data parameter is nil'

╄→гoц情女王★ 提交于 2019-12-05 20:24:22
I'm using FHSTwitterEngine to post a gif to twitpic. When I have a wifi or 3G connection on the iphone everything works fine. But I also want to implement some error handling for when there is no connection or when the upload failed. So for testing I put the iphone in airplane mode and try to upload to twitpic using the following method: id returned = [[FHSTwitterEngine sharedEngine] uploadImageToTwitPic:gif withMessage:@"message" twitPicAPIKey:@"key"]; but when I do that I immediately get the following error: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: