Twitter Developer Test
By default, how many API requests can a client send per hour?
Does the Twitter API provide a method for the authenticating user to get a notification from a specified user?
State whether the following statement is true or false Twitter applications are not allowed to be hosted on sites having personal data or blogs.
State whether the following statement is true or false. There is no API call method available to an authenticating user for unblocking a specified user.
Suppose you want to use the Search API for returning results pertaining to the keyword 'French'. The results should be returned in German and there should be 50 results per page. Which API call wi...
Supposing that in your direct message box, you have 25 messages, and you want to display the messages after the twentieth message. What will be the requesting API call?
The Notification Methods require the authenticated user to already be friends with the specified user otherwise the error "there was a problem following the specified user" will be returned?
Twitter requests return data in the following formats:
What does the friends_count element describe?
What functions will the following API call perform? http://twitter.com/friendships/create/karl.json?follow=true
What is the data type of the favorited data element?
What is the data type of the recipient_id data element?
What is the maximum number of results per page that can be displayed by the Search API?
What is the purpose of requesting whitelisting?
What will be returned by the following API call? https://api.twitter.com/1/direct_messages.format
What will be the API call to return the IDs of the authenticating user's followers?
What will be the output of the following API call? http://twitter.com/account/rate_limit_status.xml
What will the following API call return? http://twitter.com/statuses/friends_timeline.xml
What will the following API call return? http://twitter.com/blocks/destroy/john.xml
What will the following API call return? http://twitter.com/friends/ids/john.xml
What will the search API call return if the search parameter "q" is provided with the keyword "movie:("?
What will the Search API call return if the search parameter "q" is provided with the keyword Air Bus?
What will the test function of the help method return?
Which API call will you use to return the authenticating user's friends in the order by which the user followed them ,most recently followed first?
Which function you will use to mark a status as un-favorite?
Which HTTP Status code will be returned by the Twitter API if the client exceeds the rate limit of sending requests?
Which method will you use to enable notifications for updates from the specified user to the authenticating user?
Which of the following are necessary to make a request for whitelist?
Which of the following is incorrect with regard to Rate Limiting?
Which of the following is not a parameter of the update_profile account method?
Which of the following request headers can be used for making the Status API calls?
You can update the status of the authenticated users using the update status method. What is the maximum length allowed for the text for your status update?