• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Twitter REST API Method: blocks blocking ids

Page history last edited by Marcel Molina 14 years, 2 months ago

<< Back to Twitter API Documentation

 

blocks/blocking/ids

Returns an array of numeric user ids the authenticating user is blocking.

method status | report a bug

 

URL:

http://api.twitter.com/1/blocks/blocking/ids.format

 

Formats: 

xml, json

 

HTTP Method(s):

GET

 

Requires Authentication (about authentication):

true

 

API rate limited (about rate limiting):

1 call per request

 

Response (about return values): 

          XML example (truncated):

<?xml version="1.0" encoding="UTF-8"?>

<ids>

<id>1401881</id>

... truncated ...

</ids>

 

JSON example (truncated):

[1401881, ...]

 

Usage examples: 

cURL (about cURL):

curl -u user:password http://api.twitter.com/1/blocks/blocking/ids.json

 

          Do you have an example to share in the language of your choice? Please share!

 

<< Back to Twitter API Documentation

Comments (0)

You don't have permission to comment on this page.