Checks if the authenticated user is blocking the specified user.
:param id: |uid|
:param screen_name: |screen_name|
:param user_id: |user_id|
:rtype: True/False
.. method:: API.blocks([page])
Returns an array of user objects that the authenticating user is
...
...
@@ -832,13 +749,6 @@ Local Trends Methods
:rtype: :class:`JSON` object
.. method:: API.trends_location(woeid)
Returns the top 10 trending topics for a specific location Twitter has trending topic information for. The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Search, and the direct URL that can be issued against Search. This information is cached for five minutes, and therefore users are discouraged from querying these endpoints faster than once every five minutes. Global trends information is also available from this API by using a WOEID of 1.
:param woeid: * The WOEID of the location to be querying for.