2010-04-17 106 views

回答

2

我從來沒有使用MGTwitterEngine,但從查看代碼,它應該像調用sendUpdate:withLatitude:longitude:一樣簡單。你有什麼嘗試?什麼和什麼都不起作用?請更具體一些。

+0

謝謝。我使用的是老版本的引擎,因爲我使用的是Ben Gottlieb的身份驗證... http://github.com/bengottlieb/Twitter-OAuth-iPhone 我會嘗試一下你提到的方法。 – cannyboy 2010-04-17 12:24:13

1

截至目前,無法使用MGTwitterEngine發佈位置信息。我目前正在努力使圖書館保持最新狀態。你可以檢查github.com/freeatnet/MGTwitterEngine/tree/v2-dev獲取更新。今天我將推送包含地理感知更新方法的提交。

UPD。有關位置感知更新,請參見提交@http://github.com/freeatnet/MGTwitterEngine/commit/512be99cca9f5787192633455300dcd788c7830c

方法簽名:

  • (的NSString *)sendUpdate:(的NSString *)狀態; (NSString *)sendUpdate:(NSString *)狀態fromLocationLat :(浮點數)locLat locationLong:(浮點數)locLong; (NSString *)sendUpdate:(NSString *)status inReplyTo:(unsigned long long)updateID fromLocationLat :(浮點數)locLat locationLong:(float)locLong;
+0

當前版本的MGTwitterEngine確實有sendUpdate:withLatitude:longitude:方法 – cannyboy 2010-04-18 13:12:52

相關問題