因此,在我的應用程序中,我試圖使用MGTwitterEngine從Twitter上的特定用戶讀取數據,然後將最近的帖子記錄在數組中。這個庫可以做到這一點嗎?我試圖在不登錄的情況下做到這一點。任何幫助將不勝感激,謝謝!MGTwitterEngine getting feeds - iPhone
0
A
回答
0
您需要獲取包含rss提要的提要網址。你不需要登錄。使用MGTwitterEngine獲取推文並將其設置爲數組。那麼你只需要重新加載tableview。
希望這會有所幫助。
感謝,
Madhup
1
它可與MGTwitterEngine
輕鬆完成。你做這種方式:
MGTwitterEngine *twitterng = [[MGTwitterEngine alloc] initWithDelegate:self];
[twitterng getUserTimelineFor:@"userName" sinceID:0 startingAtPage:0 count:8];
,它會調用委託方法
- (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)connectionIdentifier
希望這有助於。
相關問題
- 1. MGTwitterEngine iPhone的OAuth
- 2. MGTwitterEngine和iPhone
- 3. Iphone使用MGTwitterEngine登出使用MGTwitterEngine
- 4. 教程MGTwitterEngine爲iPhone
- 5. oAuth/MGTwitterEngine更改iPhone用戶?
- 6. Sorting RSS Feeds
- 7. MGTwitterEngine
- 8. oAuth/MGTwitterEngine爲iPad
- 9. finance news rss feeds
- 10. MGTwitterEngine用於Iphone身份驗證xAuth oAuth
- 11. MGTwitterEngine(iPhone)不會發送更新到Twitter
- 12. MGTwitterEngine yajl error
- 13. 使用MGTwitterEngine註銷?
- 14. getting org.apache.jasper.JasperException:java.lang.NullPointerException
- 15. Getting noClassDefFoundError
- 16. jquery cycle rss feeds
- 17. facebook group feeds Android
- 18. MGTwitterEngine和TableView
- 19. MGTwitterEngine with update_with_media
- 20. 更改MGTwitterEngine
- 21. Colliding Pendulums Getting Stuck
- 22. Mediarecorder infolister getting 895
- 23. xtaskcreate-getting error
- 24. Keep Getting ActivityNotFoundException
- 25. Getting LinkedIn Profile Picture
- 26. mapView:viewForOverlay:not getting called
- 27. async getting no
- 28. Getting IndexOutOfBound Android
- 29. Getting vine thumbnail
- 30. 與MGTwitterEngine for iOS不一致?