android - View user's twitter feed in Twitter app? -
i have user's twitter handle. right i'm opening through web page like:
string url = "http://www.twitter.com/" + "example_handle"; intent intent = new intent(intent.action_view, uri.parse(url)); startactivity(intent);
if user has twitter android app installed, there different intent can use gives user option view user's twitter feed in twitter app, instead of forcing them directly browser? i'm not sure if author's of twitter app have exposed such intent,
thanks
afaik, twitter app undocumented standpoint of developer integration this.
we told released open source. possible that, @ time, document integration strategies this.
Comments
Post a Comment