Modify ↓
Opened at 2017-02-19T13:15:49Z
Last modified at 2017-11-25T02:09:27Z
#1284 new defect
Twitter. handle follower requests
Reported by: | ilf | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Unspecified / other | Version: | Unspecified |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Protected Twitter-accounts receive follower requests, which have to be approved or denied: https://support.twitter.com/articles/20169376.
Unfortunately, BitlBee doesn't currently handle this.
How about polling GET friendships/incoming on connect, and then providing a way to handle them, like:
twitter follower-request approve X
twitter follower-request deny Y
Attachments (0)
Note: See
TracTickets for help on using
tickets.
There's an api to show them but no api to approve/reject them. Polling is annoying too. I don't know.