Invite twitter friends to site?

徘徊边缘 提交于 2019-12-05 05:24:23

Twitter does not provide such an invite mechanism. You have two options.

  1. POST statuses/update to create a general tweet that everyone following the user will see.
  2. POST direct_messages/new to send a private message to a specific follower.

Be carful however, because posting excessively to either will get your users and your application suspended.

Now twitter has the api by which we can get the contacts if a user. check this-twitter api

Just for someone passing by, right now Twitter has App Card which represent mobile applications on Twitter and to drive installs. It allow name, description and icon. It is not exactly like inviting on Facebook. However, it drive user to install the app easier please checkout the link.

https://dev.twitter.com/cards/types/app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!