Twidroid公开Twitter直接消息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Twidroid公开Twitter直接消息相关的知识,希望对你有一定的参考价值。
Intent intent = new Intent("com.twidroid.SendDirect"); /* set recipient of direct message */ intent.putExtra("com.twidroid.extra.TO", /* set direct message content */ intent.putExtra("com.twidroid.extra.MESSAGE", "This is a test from Twidroid public intent."); try { startActivityForResult(intent, 1); } catch (ActivityNotFoundException e) { /* Handle Exception if Twidroid is not installed */ TextView text = (TextView) findViewById(R.id.message); text.setText("Twidroid Application not found."); } } });
以上是关于Twidroid公开Twitter直接消息的主要内容,如果未能解决你的问题,请参考以下文章
我应该通过 Twitter 上的直接消息向用户提供丢失的凭据吗?
如何使用 Twit NPM 包获取 Twitter 用户名和头像