hello.js
hello.js copied to clipboard
How to follow a user on Twitter
Hey, sorry for asking this question as an issue but I'm not sure where else to ask...
I've been going round in circles trying to follow users using Twitter, could I please see an example of the payload I need to do it, in the same or similar manner as this example?
hello("twitter").api("me/share", "post", { id: ID }).then(log, log);
Cheers