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

MGTwitterEngine login page language

Im using MGTwitterEngine to connect my app to my twitter app account . I'm trying to switch the "Twitter Info " login page to French . Ive change my device settings , store setting , info.plist settings , but still , the first screen is in English…
dk214
  • 1
  • 1
  • 1
0
votes
1 answer

how to integrate twitter followers in iphone with all detail?

i have integrated twitter in my iphone App successfully and posted twits but in addition i need followers list with detail so how can i get my following and followers detail specially email id. there is any API available or not for Followers and…
Droid
  • 1,091
  • 2
  • 9
  • 14
0
votes
1 answer

Has anyone used Twitter + OAuth library and did a retweet?

I'm trying to manage this library and want to make a retweet messages. The method in particular is this: - (NSString *)sendRetweet: **(unsigned long)updateID** { if (updateID == 0){ return nil; } NSString *path = [NSString…
0
votes
1 answer

How can I tweet from different view controllers?

I am new to iOS programming and Objective-C. I need to code a simple application which will tweet from a specific Twitter account. I have been using a View-based application template for coding the application and I followed this tutorial in order…
BlueJoeCo
  • 1
  • 1
0
votes
1 answer

Getting Started With Twitter for iOS

For quite a while now, I've been trying to find a good way to simply post updates/photos to a user's twitter account via my iOS app. I've looked at ShareKit, but I really need to be able to design my own UI. Also, I've taken a look at…
The Kraken
  • 3,158
  • 5
  • 30
  • 67
0
votes
1 answer

How to retweets username in mgttwitter in iphone app

i integrated twitter in iphone app. i am able to fetch data from twiiter but I have to know screenName of those user who retweets any post. suppose I am fetching a post from my Wall and I am seeing that post has retweets by 2 times. I want to know…
Ajay_Kumar
  • 1,381
  • 10
  • 34
  • 62
0
votes
1 answer

MGTwitterEngine getUserTimelineFor: does not return retweeted statuses

I'm trying to get 20 user's statuses with [myEngine getUserTimelineFor:@"username" sinceID:nil startingAtPage:0 count:20] but the delegate method (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)identifier returns array of only…
George
  • 1
  • 1
0
votes
1 answer

Implementing Twitter in iPhone using OAuth?

I am trying to implement Twitter in my App using OAuth... I have all the code in my button click method... But as soon as I click on the button my app gets killed on the following line of code UIViewController *controller =…
hemant
  • 1,771
  • 4
  • 31
  • 43
0
votes
1 answer

How to keep given password in mgtwitterengine api

I want to keep password which is given by user in a variable. Where to get password value. I look in code but it is containing only username. I am using MGTwitterengine api in my application. Here is the function which is printing data on…
Ajay_Kumar
  • 1,381
  • 10
  • 34
  • 62
0
votes
1 answer

getUserTimeLineFor:sinceId not returning latest tweets

I want to get latest tweets posted after a particular tweet/time. I'm using MGTwitterEngine for iOS. I fetch the id of the last tweet posted like this (variable statusId) - (void)statusesReceived:(NSArray *)statuses forRequest:(NSString…
Aisha
  • 1,559
  • 5
  • 20
  • 37
0
votes
1 answer

Twitter API integration problem in iphone

I am integrating this API in twitter. http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/ but when I am running it with my application I am seeing an message " TWoah there! This page is no longer valid. It looks like someone already…
Ajay_Kumar
  • 1,381
  • 10
  • 34
  • 62
0
votes
1 answer

Error is occuring during implementation of MGTwitterengine

ld: warning: directory not found for option '-L/Users/MYcomputer002/Documents/MGTwitterEngineTest/yajl/build/yajl-1.0.7/lib' ld: framework not found Cocoa collect2: ld returned 1 exit status Command…
Ajay_Kumar
  • 1,381
  • 10
  • 34
  • 62
0
votes
1 answer

libxml2, xcode 4 (MGTwitter)

I have an that is working well with xcode 3.x and I have tryed to work with it in xcode 4, to prepare the app to iOS 5. When i try to Build, i get a lot of errors, like: libxml/xmlreader.h: no such file or directory. I've tryed a few things i found…
Rui Lopes
  • 2,562
  • 6
  • 34
  • 49
0
votes
1 answer

Can I share a web application's consumer key and secret using SA_OAuthTwitterEngine?

I'd like to enable users of my app to associate their twitter accounts so that some application interaction is automatically tweeted. Users can already associate their twitter accounts via the web interface, and I'd like them to be able to do the…
Ovesh
  • 5,209
  • 11
  • 53
  • 73
0
votes
2 answers

MGTwitterEngine's sendUpdate inReplyTo not actually replying to a tweet

The MGTwitterEngine's sendUpdate with the inReplyTo parameter is not actually replying to a tweet and is instead tweeting a new one! I faced the long long value problem as discussed in the forums, but I fixed that and the tweetID remains constant…
Prashanth
  • 1
  • 1