/search ending service for unsupported HTTP methods after July 15, 2009
0 views
Skip to first unread message
Doug Williams
unread,
Jul 8, 2009, 7:18:37 PM7/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk, twitter-ap...@googlegroups.com
The documentation for the /search method [1] specifies that all queries should be performed with an HTTP GET. On or after July 15, 2009, we will begin enforcing the use of HTTP GET for all queries. Requests sent to the /search method which are not performed with an HTTP GET will be met with an HTTP 403 response.
Please check your code and make any necessary updates before this change is deployed.