Questions tagged [fhs-twitter-engine]

FHSTwitterEngine is the Twitter API for Cocoa developers created by Nathaniel Symer.

FHSTwitterEngine is the Twitter API for Cocoa developers created by Nathaniel Symer.

FHSTwitterEngine can:

  • Authenicate using OAuth and/or xAuth.
  • Make a request to just about every API endpoint.

It can be downloaded in GitHub.

14 questions
3
votes
1 answer

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

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…
2
votes
2 answers

Post image via FHSTwitterEngine

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…
Sudha Tiwari
  • 2,499
  • 26
  • 50
1
vote
1 answer

how to get list of users who like my tweet and list of users who quoted retweet my tweet?

Hello i want to get the list of users who likes my tweet and also the list of users who quoted retweet my tweets and also what to reply the user who reply to my tweets. Is there any apis for all of this in twitter docs? please help
1
vote
1 answer

FHSTwitterEngine - tweeting The operation couldn’t be completed. (NSURLErrorDomain error -1012.)

Tweeting through FHSTwitterEngine with my secret& consumer key I get an error message as follows : The operation couldn’t be completed. (NSURLErrorDomain error -1012.) How ever I am sucessfully getting the auth token and the…
Saurabh Bisht
  • 389
  • 1
  • 13
1
vote
1 answer

Adding two NSMutableDictionaries in 1 NSMutableArray

Here,I am trying to get both the followers and followings of twitter using FHSTwitterEngine. Here is my code to get followers and adding dictionary into NSMutableArray to print in a tableView. NSMutableDictionary *dict1 = [[FHSTwitterEngine…
1
vote
1 answer

FHSTwitterEngine image not post

Post image with FHStwitterEngine it return error But if i post tweet without imahe than it post successfully -(void)postTweet:(NSString*)message withImage:(UIImage*)img { dispatch_async(GCDBackgroundThread, ^{ @autoreleasepool { …
Deepak Thakur
  • 129
  • 2
  • 12
1
vote
1 answer

Getting error while retriving followers using FHSTwitterEngine

I integrated FHSTwitterEngine in my app for retriving followers from Twitter. It is working fine for 5 times after that it will give error like below. Error Domain=Twitter successfully processed the request, but did not return any content Code=204…
MobileDev
  • 1,024
  • 9
  • 21
0
votes
1 answer

not able print twitter response on label in table view

i am getting twitter v 11 api response and i fill up my array but from that i am not able to print on tableview here is the response [(Swift.ImplicitlyUnwrappedOptional.some(<__NSArrayM 0x600000842520>( { contributors = ""; coordinates…
user10079585
0
votes
1 answer

After convert my code to swift 3 Twitter not get the users profile image

I'm using FHSTwitter Engine. In that, I can get Username by using FHSTwitterEngine.shared().authenticatedUsername this. But FHSTwitterEngine.shared().getProfileImageURLString(forUsername: username as String, andSize:…
0
votes
1 answer

how to make Twitter API call in ios with FHSTwitterEngine?

hey i want to call twitter api in my ios app with FHSTwitterEngine i have my URL but i dont know where to append my keys .This is my URL https://api.twitter.com/1.1/geo/similar_places.json?lat=37.78&long=-122.41&name=Twitter I make request with my…
pankaj jha
  • 65
  • 9
0
votes
1 answer

FHSTwitterEngine get stored account

I use FHSTwitterEngine for twitting from my app. I know i can use XAuth and OAuth to login twitter account, but I'm wondering if is there any way to login by getting Twitter account assigned to iPhone. I mean that I can assign my twitter account in…
AYMADA
  • 889
  • 3
  • 17
  • 37
0
votes
1 answer

how to get logged Twitter user's Detail using FHSTwitterEngine

oauth Login Twitter using FHSTwitterEngine. I want to fetch gender, email, username, birthday from twitter logged twitter account. Now, I got username only.
0
votes
1 answer

Not getting tweets using FHSTwitterEngine

I am using latest Library of FHSTwitterEngine. I want to fetch recent 20 tweets from the all the users. I am trying to do this way. self.engine = [[FHSTwitterEngine alloc] init]; [self.engine permanentlySetConsumerKey:TWITTER_CONSUMER_KEY…
keen
  • 3,001
  • 4
  • 34
  • 59
0
votes
4 answers

Getting error while posting image using FHSTwitterEngine

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…
kumar
  • 151
  • 1
  • 12