Questions tagged [mgtwitterengine]

MGTwitterEngine is an Objective-C/Cocoa class which makes it easy to add Twitter integration to your own Cocoa apps.

MGTwitterEngine is an Objective-C/Cocoa class which makes it easy to add Twitter integration to your own Cocoa apps. It communicates with Twitter via the public Twitter API. To learn more about twitter API refer this URL : Twitter API. To download the MGTwitter engine library You can see this git Source : MGTwitterEngine

170 questions
0
votes
2 answers

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…
5hrp
  • 2,230
  • 1
  • 18
  • 18
0
votes
1 answer

iPhone: what is the delegate for following users in MGTwitter engine

Can you tell (Twitter) the delegates for following friend in twitter and getFollowersIncludingCurrentStatus this for followers
good guy
  • 569
  • 5
  • 11
  • 25
0
votes
1 answer

oAuth/MGTwitterEngine change user for the iPhone?

I'm working on a twitter app for the iphone using oAuth/MGTwitterEngine The source it's based of is here: http://icodeblog.com/wp-content/uploads/2010/09/iCodeOauth.zip But I want the user of the app to be able to go back and change the username and…
Tapy
  • 1,044
  • 6
  • 17
  • 30
0
votes
1 answer

authenthicate mgtwitterengine with username and password without webview

I am using Ben Gottlieb his implementation of MGTwitterEngine and OAuth (https://github.com/bengottlieb/Twitter-OAuth-iPhone). When I use his implementation, I get a webview with a twitter loginscreen, and I have to login and grant the…
jwdehaan
  • 1,445
  • 3
  • 13
  • 25
0
votes
1 answer

How to integrate twitter api in iphone SDK in such a way that all of its functionality is on one view

In my iphone app, I am having a twitter page where the user can update his/her status. Here, the problem is that the user has to click the button on view (say view A) and go to next view(say view B). On that view (view B), the modal view then…
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
0
votes
2 answers

How to send direct message with Twitter?

in my iphone application i have to send direct message throughout twitter, the problem is that twitter had changed the authentication from basic authentication to oauth and tutorial on the Web are out of date so i use SAOauthTwitterEngine for the…
DX89B
  • 1,593
  • 2
  • 11
  • 11
0
votes
1 answer

Twitter API not working

issue during implementing twitter API. when i send a request using http://twitter.com/statuses/friends_timeline.xml i got a message Basic authentication is not supported Can anyone provide me some sample examples of implementing twitter api.?
Hardik Patel
  • 937
  • 3
  • 14
  • 39
0
votes
1 answer

How to get Twitter username from objective-c code?

I use the Twitter-OAuth-iPhone to authorise and send tweets, and want to show the user's twitter username on the dialog view. Although the code can get the username right, but there is always a warning: *'SA_OAuthTwitterEngine' may not respond to…
lionfly
  • 479
  • 7
  • 21
0
votes
1 answer

Compile Ben Gottlieb's Twitter oAuth iPhone Library for 4.0 AND 3.1.X

I need Ben Gottlieb's Twitter Engine running on both iOS 4.0 and 3.1.X - I tried to recompile the libOAuth.a Library with certain SDK Versions but I didn't got it to work. The Library compiled with 3.1.3 SDK works just on 3.1.3 SDK, and the 4.0…
Lukas
  • 1
0
votes
1 answer

How do I Pull in errors when attempting to tweet from an iOS app using the Twitter+OAuth API?

How do I properly setup the callback method for a status update using the Twitter+OAuth API? (http://github.com/bengottlieb/Twitter-OAuth-iPhone) Right now I'm using the following to determine if a request succeeded: -…
0
votes
1 answer

Returning statuses from MGTwitterEngine

I am using MGTwitterEngine in an iPhone application to make a simple call for user statuses. The engine has a delegate method: - (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)identifier And I can see my statuses logged in the…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
0
votes
1 answer

MGTwitterEngine currentNode is unavailable

I am using the MGTwitterEngine in an iOS app that was built by a third party. I have taken over development but have limited experience in objective c. I am getting an error: 'currentNode' is unavailable. This is in the MGTwitterXMLParser.m file.…
NinjaBeetle
  • 85
  • 1
  • 12
0
votes
2 answers

Follow Up on Twitter using iPhone

Can User follow up on twitter using iphone application. I have done the functionality of sending tweet to twitter account. But now I have to do the follow up on twitter functionality. I have an iphone application. I need to do the follow up on…
AppAspect
  • 4,461
  • 2
  • 30
  • 46
0
votes
2 answers

Trouble getting search results using MGTwitterEngine

I'm using a version of Matt Gemmell's MGTwitterEngine, and I'm trying to get some results from the getSearchResultsForQuery method. // do a search [_engine getSearchResultsForQuery:@"#quote"]; // delegate method for handling result -…
cannyboy
  • 24,180
  • 40
  • 146
  • 252
0
votes
2 answers

How to integrate location information into Twitter app?

I'm trying to get a Twitter iPhone app working using Matt Gemmell's MGTwitterEngine. I can post tweets OK, but I can't work out how to attach location data to those tweets... anyone have any idea?
cannyboy
  • 24,180
  • 40
  • 146
  • 252