Skip to content

Incoming follow requests for private accounts #249

Answered by sbertix
markpatx asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @MarkPatk,

Sure. You can get all following requests for your logged in accounts with Endpoint.users.requests, accept them with Endpoint.user(/* the id for the user who sent you the request */).request.approve() and decline them with Endpoint.user(/* the id for the user who sent you the request */).request.decline().

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by markpatx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants