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
1 answer

Background theme for Twitter from iphone app

I am able to get user name and its profile image of twitter in my app.Here is my code - (void) OAuthTwitterController: (SA_OAuthTwitterController *) controller authenticatedWithUsername: (NSString *) username { NSLog(@"Authenticated with user…
Abhishek
  • 303
  • 1
  • 6
  • 25
0
votes
1 answer

multiple twitter login MGTwitterEngine OAuth HELP

my problem is that i dont know what information needs to be stored for each user and when i've got the information, where do i need to change that information so that my app knows it's changed user. i believe it has something to do with the access…
0
votes
1 answer

How to get ALL Twitter followers with MGTwitterEngine's getFollowersIncludingCurrentStatus?

I don't see the support of paging through or some kind of way to set cursor to get to the next result.
Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91
0
votes
1 answer

Get every User Tweet MGTwitterEngine

I just wanted to know how I could get every single tweet "tweeted" by the user by using MGTwitterEngine.
max_
  • 24,076
  • 39
  • 122
  • 211
0
votes
1 answer

Twitter-oAuth-IPhone : Which function on Login Success : twits of followings

I am using Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone Login using this code if(![twitterObj isAuthorized]){ UIViewController *controller = [SA_OAuthTwitterController…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
0
votes
1 answer

Linedin-Iphone mgtwitterengine using with source code instead of compiled libraries

I am using Twitter SDk and linkedin sdk for iOS in my Iphone application TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone LinkedInIphone : https://github.com/ResultsDirect/LinkedIn-iPhone But I have facing problem.. as I am…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
0
votes
1 answer

MGTwitterEngine throws error: g++-4.2 failed with exit code 1

I installed MGTwitterEngine in my iPhone app, and followed all the instructions, and now I get the following error: Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1 The full error text is: Ld…
Jason
  • 14,517
  • 25
  • 92
  • 153
0
votes
2 answers

MGTwitterEngine Iphone oAuth

I hve try the MGTwitterEngine for oAuth from source https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth I am using this code for the MGTwitterEngine oAuth... but not working for me... it give the same error I was getting in using xAuth without…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
0
votes
1 answer

MGTwitterEngine for Iphone Authentication xAuth oAuth

All I am try to integrate twitter in Iphone application As twiiter not allow the xAuth by default then How show I use it.. When will twitter approve xAuth for my application. As now it is in developing stage AND one more thing I have add the…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
0
votes
2 answers

wait for other thread to finish in objective c

I am using MGTwitterEngine to fetch tweets from twitter. This uses a asynchrounous paradigm to fetch that tweetsin another thread. It returns the fetched results to the main thread. Because I have some processing todo after the tweets are fetched, I…
jwdehaan
  • 1,445
  • 3
  • 13
  • 25
0
votes
1 answer

Action in iPhone stopped working!

i have set up a twitter client on my iphone using mgtwitterengine. i've managed to set it up so i can tweet and recieve status updates. using the standard set up you can only receive between 10&20 updates. to be able to receive more updates then…
d4ndym1k3
  • 119
  • 2
  • 16
0
votes
1 answer

help needed with adding picture from url!

i've managed to incorporate the twitter api into my app and i can call all the data and put it into my app, except for the image. i've managed to find tuts on how to get the picture if you provide the url, but i want to get the addy from my…
d4ndym1k3
  • 119
  • 2
  • 16
0
votes
2 answers

Iphone - Twitter log out using MGTwitterEngine

I'm working on twitter integration on an iPhone application using MGTwitterEngine. How to log out the current user?
Andrei
  • 35
  • 5
0
votes
2 answers

iOS Development: All I need to do is post a tweet

I've been researching the latest ways to integrate Twitter into my app and it appears the best (most painless) approach is to use the MGTwitterEngine, and the best tutorial I could find to implement this is a 3-part series. If all I need to do is…
BeachRunnerFred
  • 18,070
  • 35
  • 139
  • 238
0
votes
1 answer

MGTwitterEngine and Table View

I am using MGTwitterEngine for my iphone application. I instantiated a TwitterEngine object call some Twitter API function (like getting Status). The problem is: I am getting parsed dictionary object at the delegate method after some time where my…
fatih
  • 1,171
  • 2
  • 14
  • 26