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

Twitter not working

i used MGTwitterEngine and its not working the application crashes after successful login attempt please help me
Appz Venture
  • 939
  • 1
  • 13
  • 28
1
vote
2 answers

Use twitter ios sdk oAuth

I try to use MGTwitterEngine for twitter Iphone integration, this is supporting both xAuth and oAuth as per its documentation and firstly I try it using xAuth as which function I am calling named getXAuthAccessTokenForUsername But my application is…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
1
vote
1 answer

Tweets posted with MGTwitterEngine lose location coordinates?

I am using sendUpdate:withLatitude:longitude: to post a tweet containing the user's location in an iPhone app. However, this metadata seems to get lost in the process, in that no such tweets that I view have any indication of any location data at…
Jordan Kay
  • 368
  • 3
  • 14
1
vote
1 answer

Twitter API "retweeted_status" field in "home_timeline" request

I'm using MGTwitterEngine + OAuth in my iPhone application. All works fine, but when I'm requesting home_timeline of friends_timeline with include_rt option I'm not getting retweeted_status…
user532025
  • 11
  • 5
1
vote
1 answer

oAuth/MGTwitterEngine for the iPad

Hey I'm working on a twitter app for the iPad using the oAuth/MGTwitterEngine. It works perfectly fine on the iPhone but when I'm trying to make it for the iPad I'm getting a bunch of errors. I've talked to a couple of other developers and they are…
inFever
  • 1,809
  • 2
  • 16
  • 19
1
vote
2 answers

Twitter API : How to get a list of users that a Twitter's user follow (MGTwitterEngine for Obj-C)

I'm wondering if I'm allowed to get a list of friends that a twitter's user follow (following list) through MGTwitterEngine for Obj-C ? If it's possible, please direct me how to do it Thanks
ObjProg
  • 429
  • 1
  • 7
  • 19
1
vote
1 answer

MgTwitterEngine + SAOauthTwitterEngine generate 401 on post

when i do a simple request using twitter api on ipad simulator, why does server send a 401 error while using iphone simulator it seems to work? i use MGtwitterEngine and SAOauthTwitterEngine. it looks like a common problem but i didn't find any…
DX89B
  • 1,593
  • 2
  • 11
  • 11
1
vote
1 answer

What code should I use to get & (not &) in the tweet?

I use Twitter-OAuth-iPhone to POST tweets by [_engine sendUpdate:myText];, which works fine. However, the letter & in the 'myText' will be changed to & in the tweet shown on Twitter.com. The & is for coordinates link:…
lionfly
  • 479
  • 7
  • 21
1
vote
1 answer

iPhone meets Twitter implementation recieves NSURLErrorDomain error

I have implemented MGTwitterEngine in my application and it works near to perfect. The first "weird" thing that happends when I push the UIViewController where the Twitter form is, I recieve this in the Console: This app was previously authorized…
Fernando Redondo
  • 1,557
  • 3
  • 20
  • 38
1
vote
1 answer

Oath+Twitter IPhoneSDK

Does anyone know of a good example utilizing the twitter API and Oauth authentication for sending Twits iPhone SDK ........... I got stuck @ sending the twits .........I can make a successful login to twitter Via Oauth+MGTwiiterEngine (Can check the…
Ajay Sharma
  • 4,509
  • 3
  • 32
  • 59
1
vote
1 answer

Not getting retweets in response for statuses/friends_timeline twitter API Method

Hi I am using MGTwitterEngine & when request for tweets of my followers I am not getting the tweets which are retweeted. According to the twitter documentation : include_rts When set to either true, t or 1,the timeline will contain native…
Niraj
  • 1,939
  • 20
  • 29
1
vote
1 answer

MGTwitterEngine get currently logged in user id and name

I'm using xauth, and can successfully get an access token, but can't work out how to get the logged in user's id and name (from the token? or something to do with the delegate method accessTokenReceived?) I have the username from when the user…
usrgnxc
  • 794
  • 2
  • 9
  • 34
1
vote
3 answers

Difficulties signing in to Twitter from iPhone

I'm using MGTwitterEngine to add Twitter functionality to my app. It's very easy to simply prompt the user for a username and password and then start posting. Strangely, however, I've noticed other apps (eg Foursquare and Brightkite) require you to…
WoodenKitty
  • 6,521
  • 8
  • 53
  • 73
1
vote
2 answers

How to do a RETWEET on an iPhone twitter app (MGTwitterEngine)

How to do a RETWEET on an iPhone twitter app (MGTwitterEngine)
RexOnRoids
  • 14,002
  • 33
  • 96
  • 136
1
vote
1 answer

sudo port install cmake trouble (for MGTwitterEngine)

I am following This Tutorial on installing MGTwitterEngine on my MAC osx 10.6.2. I am stuck on this step: sudo port install cmake it gives me the following error: dlopen(/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib, 10): no suitable image…
RexOnRoids
  • 14,002
  • 33
  • 96
  • 136