投稿者の方に感謝。
Android - Twitterに共有するIntentの書き方 - Qiita
http://qiita.com/gari_jp/items/7e30eba5de3b470a59cf
コード
String url = "http://twitter.com/share" + "?text=てすと" + "&url=http://www.google.com" + "&via=kojiokb" + "&hashtags=hoge"; startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
動作確認
上記のコードのIntentの内容ですと、こんな感じに。
以下のTwitterクライアントでツイートできることを確認。
・Twitter公式クライアント
・twicca
・TwitPane
WebのツイートボタンのURLに対応したTwitterクライアントなら、この方法でツイートできるということなのかな?
参考
Tweet Button | Twitter Developers
https://dev.twitter.com/docs/tweet-button
0 件のコメント:
コメントを投稿