You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hello all,
I'm new to twitter and I hope someone can help me with this question.
I have a page on my website which display a list of statuses. Each
status has two buttons (Follow, Reply) next to it. The link to reply
is
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com
Devin, The friendship create method, just like the status create method, requires HTTP POST. Therefore they must be invoked through some sort of server-side script.
However, since you are already sending users to Twitter to update their status, have you considered simply sending them to a user's profile (http://twitter.com/<user>) to follow and unfollow through the Twitter UI?