邀请 Twitter 好友访问网站?
Twitter 是否有类似于 Facebook 应用程序邀请弹出窗口的功能?
在 facebook 中你可以这样写:
FB.init({
appId : 'xxx',
status : true,
cookie : true,
oauth: true
});
FB.ui({
method: 'apprequests',
message: 'My Great Request',
data: '<?php echo $data; ?>'
}, requestCallback);
它将弹出对话框,你可以在其中选择 twitter 好友,并向他们发送邀请,然后当 API 接受邀请时,你可以找到数据将他们重定向到网站...
这是某种原因吗?可以用推特吗?
Twitter 是否有像 Facebook 一样弹出邀请窗口? 或者可能会向选定的用户发送多条消息弹出窗口?
Does twitter have something similar to facebook application invite pop-up?
In facebook you can write this:
FB.init({
appId : 'xxx',
status : true,
cookie : true,
oauth: true
});
FB.ui({
method: 'apprequests',
message: 'My Great Request',
data: '<?php echo $data; ?>'
}, requestCallback);
And it will pop-up dialog where you can select twitter friends, and send invitations to them, and then when invite is accepted with API you can find data to redirect them to site...
Is this somehow possible with twitter?
Does twitter have invite pop-up like facebook?
or maybe sending multiple messages to selected users pop-up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Twitter 不提供这样的邀请机制。你有两个选择。
但要小心,因为过度发布到任何一个都会导致您的用户和您的应用程序被暂停。
Twitter does not provide such an invite mechanism. You have two options.
Be carful however, because posting excessively to either will get your users and your application suspended.
现在twitter有API,我们可以通过它获取用户的联系人。检查这个-twitter api
Now twitter has the api by which we can get the contacts if a user. check this-twitter api
对于路过的人来说,现在 Twitter 有
App Card
,它代表 Twitter 上的移动应用程序并推动安装。它允许名称
、描述
和图标
。这与 Facebook 上的邀请
并不完全相同。但是,它会促使用户更轻松地安装应用程序,请查看链接。https://dev.twitter.com/cards/types/app
Just for someone passing by, right now Twitter has
App Card
which represent mobile applications on Twitter and to drive installs. It allowname
,description
andicon
. It is not exactly likeinviting
on Facebook. However, it drive user to install the app easier please checkout the link.https://dev.twitter.com/cards/types/app