Skip to content Skip to sidebar Skip to footer

How To Implement Twitter Follow Without Showing Popup

i am displaying list of twitter users on my website and twitter follow button against each user and i want when some visitor clicks that follow button that user get followed by vis

Solution 1:

You can't affect this functionality in the Twitter follow buttons - it's essentially a confirmation step for the user. It wouldn't be a very nice user experience to click a few buttons on a site and unexpectedly be following a bunch of people they didn't mean to.

If you've had them authenticate your site as a Twitter app and have an access token, https://dev.twitter.com/rest/reference/post/friendships/create

Post a Comment for "How To Implement Twitter Follow Without Showing Popup"