有沒有辦法在iPhone上使用xAuth或OAuth身份驗證在Twitter上上傳照片?有沒有我可以使用的示例代碼或框架?iPhone:如何使用xAuth或OAuth身份驗證在Twitter上上傳照片?
2
A
回答
1
根據this answer無法將圖片直接上傳到Twitter。你需要加載一些其他的照片分享網站,並在你的Twitter帖子中鏈接到它。我建議看看imgur。他們have an API你可能可以使用。
0
照片分享uplaod功能現在可在Twitter上找到,但沒有穩定的iphone版本發佈。
0
它在iOS的5很容易
只需包含頭文件#import "Twitter/Twitter.h"
,並在項目中添加框架Twitter.framework ..
然後添加下面的線爲一個按鈕動作:
TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init];
[tweeter setInitialText:@"message"]; // for posting text
[tweeter addImage:image]; // for posting image
[self presentModalViewController:tweeter animated:YES];
相關問題
- 1. Twitter身份驗證OAuth或XAuth
- 2. MGTwitterEngine用於Iphone身份驗證xAuth oAuth
- 3. iPhone:如何使用xAuth身份驗證與Twitter整合?
- 4. 使用iPhone上的xAuth和/或Web上的OAuth連接到Twitter?
- 5. 如何對私人照片使用Flickr Oauth身份驗證?
- 6. 在身份驗證使用的Vimeo XAUTH
- 7. iPhone:如何上傳照片到Twitter
- 8. OAuth身份驗證Iphone
- 9. Twitter(xCode/iPhone)如何通過oAuth成功驗證身份?
- 10. 如何在iphone中使用twitter api上傳照片?
- 11. 在BlackBerry上驗證Twitter OAuth
- 12. iOS中的Twitter oAuth身份驗證
- 13. Twitter中的OAuth身份驗證
- 14. 使用Twitter上的Twitter訪問令牌進行身份驗證(使用iOS Twitter反向身份驗證)
- 15. Twitter oAuth:更新經過身份驗證的用戶身份
- 16. Twitter上的Sencha Touch的oAUth身份驗證
- 17. PHP - 如何使用OAuth在twitter上發佈照片
- 18. 如何在iPhone上使用Graph API在Facebook上上傳照片?
- 19. 有關OAuth/XAuth身份驗證的問題
- 20. OAuth身份驗證,如Facebook
- 21. 如何在OAuth身份驗證期間靜態提供Twitter PIN
- 22. 無法通過SSL在WooCommerce API上使用oAuth身份驗證
- 23. 使用FOSUserBundle在oAuth上進行Symfony身份驗證
- 24. 在流星應用上使用twitter進行身份驗證
- 25. 在android上使用自己的身份驗證的twitter
- 26. NoReverseMatch在twitter上使用django-socialregistration進行身份驗證
- 27. 用戶身份驗證使用OAuth
- 28. 是否可以在twitter上上傳照片?如果是,那麼如何發佈或上傳Android的照片?
- 29. 在iphone中使用OAuth身份驗證推特
- 30. 通過twitter和其強制oauth身份驗證使用Elmah?