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

How to post tweet from iPhone without PIN using SA_OAuthTwitterEngine?

I am developing a iPhone application which sends tweets to twitter. 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…
Apekshit
  • 767
  • 2
  • 13
  • 27
2
votes
3 answers

IPhone + Twitter + LinkedIn + Facebook Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

I am using MGTwitterEngine oAuth and LinkedIn iOS SDK in my iOS application with facebook-ios-sdk TwitterEngine : https://github.com/bengottlieb/Twitter-OAuth-iPhone LinkedInIphone : https://github.com/ResultsDirect/LinkedIn-iPhone Both integrated…
2
votes
2 answers

how to add twitter timeline to iphone app?

i have already been able to implement twitter status updates using mgtwitter engine and oauth, my problem is getting the users timeline and putting it into a table view. i know i need to get the information through the twitter api and parse it to be…
d4ndym1k3
  • 119
  • 2
  • 16
2
votes
1 answer

MGTwitterEngine - Fav a Tweet

I am attempting to favorite a tweet using MGTwitterEngine I am using "Tweet" a sub-class I made which handles the user ids, names, etc. So I put that into a string which then gets converted to a number that can be used to handle the act of fav. a…
Anthony
  • 41
  • 1
  • 7
2
votes
1 answer

A working MGTwitterEngine iPhone example project

I'm trying to find a working version of the an up-to-date MGTwitterEngine iPhone project. The example app included with MGTwitterEngine is a Mac app which I can't get to compile, apparently due to multiple missing dependencies. (each time I try to…
cannyboy
  • 24,180
  • 40
  • 146
  • 252
2
votes
4 answers

Twitter-oAuth-library for iPhone development

I'm looking for a oAuth/xAuth-Twitter-library for iPhone/Objective-C. I found MGTwitterEngine, but that didn't work, as they don't even link to the external libraries needed for it to work (heck, the example you download doesn't even work…
Emil
  • 7,220
  • 17
  • 76
  • 135
2
votes
1 answer

MGTwitterEngine - isUser:receivingUpdatesFor: always return HTTP error 400?

I have some problem to implement the method isUser:receivingUpdatesFor: from the MGTwitterEngine in order to check if a user is following another user on Twitter. Here is my code : //Here is how I call the method (isRequestIdentifier is an NSString…
user446299
  • 71
  • 1
  • 3
2
votes
1 answer

MGTwitterEngine error: yajl/yajl_parse.h no such file or directory

I'm using MGTwitterEngine in my project and when compiling the whole project I get 23 error which are all releated to yajl/yajl_parse.h no such file or directory Is there any solution for that? Thanks!
user330885
2
votes
1 answer

Twitter api for iPhone OS4

It looks like the twitter api refused to work for iPhone OS4 :( (Twitter+OAuth http://github.com/bengottlieb/Twitter-OAuth-iPhone). When I building the project to which I just add the Twitter+OAuth I see the following: alt text…
Dmitry
  • 1,035
  • 2
  • 14
  • 27
2
votes
2 answers

How to setup MGTwitterEngine

Just downloaded from github ... tried to build the xcode project and got over a hundred errors. TouchJSON, OAuthConsumer and yajl folders don't even exist (which looks like the problem). Did I pooch something? What do I need to do to…
wgpubs
  • 8,131
  • 15
  • 62
  • 109
2
votes
1 answer

How to discover whether Geo-tagging is enabled with Twitter / MGTwitterEngine?

Using Matt Gemmell's MGTwitterEngine, how would I find out if the user (that i'm logged in as) has geo tagging enabled? According to the Twitter API, there is a 'geo_enabled' boolean flag, but I can't work out how to interrogate it using…
cannyboy
  • 24,180
  • 40
  • 146
  • 252
2
votes
1 answer

how to install libOAuth.a for twitter + oauth in iphone app

I have installed twitter + oauth library into my project. Its working fine while I am running my app on simulator but when I run my app into my device or archiving my app to generate ipa it shows me an error like below given image - when I faced…
Jekil Patel
  • 403
  • 4
  • 18
2
votes
3 answers

How to embed a Twitter feed and/or hashtag in IOS

I need basically just a table view that showed recent tweets from either a @username or a #hashtag in a tableviewcontroller. No requirements to post tweets or anything like that. Currently I use MGTwitterEngine it is complicated and only fetches…
Mord Fustang
  • 1,523
  • 4
  • 40
  • 71
2
votes
2 answers

MGTwitterEngine on the iPhone Compiler Error:libxml2.dylib in Xcode4.3.2

I am using Xcode4.3.2 and mac lionOs and unable to add libxml2.dylib because it's inbuilt file so am added that by Build settings Build Settings: Search Paths: HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libxml2 But i am getting 8 Errors of…
GR.
  • 455
  • 1
  • 4
  • 18
2
votes
2 answers

MGTwitterEngine and iPhone

I downloaded MGTwitterEngine and added to my iPhone project. It's connecting and getting statues I can tell from dumping them into an NSLog. But, I can't figure out how how I need to parse the calls so I can add them to a table. They are returned as…
Xcoder
  • 1,041
  • 5
  • 17
  • 29
1 2
3
11 12