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 statusesReceived not firing

A few time ago I've developed an iOS app with MGTwitterEngine and XML parsing option. Since Twitter updated the API to 1.1, seems to be that all messages must be called with JSON format. After a long nightmare to integrate YAJL library with…
0
votes
1 answer

how to post image to twitter by using http://upload.twitter.com/1/statuses/update_with_media for below ios 5.0

i'm trying to share image on twitter by using new api statuses/update_with_media. Then i searched and got below code from dev.twitter.com/discussion page. Here the code is below. enter code here - (NSString *) _uploadImage:(UIImage *)image…
raman
  • 11
  • 4
0
votes
1 answer

How to do a Reply on a Tweet on an iPhone twitter app (MGTwitterEngine)?

How to do a Reply on a Tweet on an iPhone twitter app (MGTwitterEngine)? Can Any one give me link or source code to reply the the tweet? Thanks, Tejas
iTejas
  • 41
  • 3
0
votes
1 answer

MGTwitterEngine check if following a user

I am using MGTwitterEngine SDK in my iOS app. I am trying to check if a user is following another user with this method: - (NSString *)isUser:(NSString *)username1 receivingUpdatesFor:(NSString *)username2 { if (!username1 || !username2) { …
orthehelper
  • 4,009
  • 10
  • 40
  • 67
0
votes
1 answer

Error occur while fetching timeline of twitter

When i run my code than following error occur. I am using MGTwitterEngine for integrate twitter in my app. Using this authentication process successfully done and i can successfully tweet but can not fetch my tweet on table view. Please help me for…
Leena
  • 109
  • 1
  • 10
0
votes
1 answer

How to tweet using Twitter api

I have issue regarding using twitter api.How can i use twitter apps in my application?? Because i am already used this and that. Using those link i can authenticate my twitter apps and get token access but can not post tweet. It gives message like…
Leena
  • 109
  • 1
  • 10
0
votes
0 answers

Twitter MGTwitterEngine not redirect to iphone application

I have integrated MGTwitterEngine in my iOS application to tweet. Twitter was working fine till last week. I have not made any change in iOS code. But today after login, Twitter does not redirect me to my iOS application. Instead it is showing the…
Kashif Ilyas
  • 136
  • 1
  • 2
  • 7
0
votes
1 answer

How to send direct message using MGTwitterEngine

I want to send direct message to my Twitter followers using https://api.twitter.com/1/direct_messages/new.format but not getting how to do this. does any one can provide me any sample code for this ? I have search a lot for this but not getting How…
Vinod Singh
  • 1,374
  • 14
  • 25
0
votes
1 answer

mgtwitterengine get friends/ids and followers/ids

how to get users who not following me back in twitter by useing mgtwitterengine ? how to get followers/ids and friends/ids
user1561628
  • 33
  • 1
  • 1
  • 4
0
votes
2 answers

Twit to twitter using MGTwitterEngine not Working

I have to integrate Twitter API in iPhone(4.2 and above).For this I am using SA_OAuthTwitterEngine + MGTwitterEngine classes. I register applicaiton to www.twitter.com/apps and pass Consumer key and Consumer secret to controller my code is…
iCoder4777
  • 1,682
  • 1
  • 14
  • 35
0
votes
1 answer

MGTwitterEngine already set what next?

I have set MGTwitterEngine to my project. After login in I received message Authenticated with user MyName. But what next? I tried something like NSLog("%@",[self.engine getFollowedTimelineSinceID:1 startingAtPage:1 count:100]) and get…
RomanHouse
  • 2,552
  • 3
  • 23
  • 44
0
votes
1 answer

how to use twitter user search api in MGTwitterengine iphone

I am using MGtwitterengine in iPhone , I want to use USER search API http://api.twitter.com/1/users/search.json?q={username} but I don't find any method for this in MGTwitterengine. how can I use this API in iphone to get users. Thanks
iProgrammer
  • 3,099
  • 3
  • 33
  • 59
0
votes
1 answer

SA_OAuthTwitterEngineDelegate method not called?

I am integrating twitter into my application. I m success to open twitter page, but SA_OAuthTwitterEngine Delegate method not called,below is my code. On twitter button click -(void)twitterLogin { [self twitterLogout]; if(!_engine) { …
Birju
  • 1,132
  • 11
  • 32
0
votes
1 answer

MGTwitterEngine - Using getImageAtURL on iPhone

Essentially, I'm working on asynchronously downloading images and adding them to specific UITableView cells (twitter profile images using MGTwitterEngine from Matt Gemmell). I've looked at general asynchronous download code and must admit, I'm still…
Andrew Malchow
0
votes
1 answer

how to integrate "sign in with twitter" feature with API's such as MGTwitterengine in MAC OS X with OAuth

I am new to Cocoa and wanted to develop an app which can use Sign in with twitter feature in order to authenticate user. There are API's and sample code for IOS but for Mac there are few and they are limited to sending tweets. Where as i want to…
Shubhendu
  • 1,081
  • 8
  • 13
1 2 3
11
12