Your usage as shown below is not a POST... but a GET. You do not
mention the environment in which you are making the call. Simple rule -
if you have the question mark in your URI you are using GET. One
reason for posting is to eliminate the data from showing in the
QueryString.
--- In yws-events@yahoogroups.com, "awadheshyadav_07"
<yadavawadhesh07@...> wrote:
>
> I m creating an API which using Upcoming yahoo methods.i have tried
> with "Event.Add" method with following information :
> "http://upcoming.yahooapis.com/services/rest/?
api_key=df0a43b3b2&method=event.add&token=500255adbe0e08188fad524240f4ea
d71e4a5310&name=music&venue_id=51864&category_id=3&start_date=2009-01-
10"
>
> but its showing error and mentioned that use HTTP POST method.But i m
> using same HTTP POST method,but i m not able to understand why its not
> working.i also checked with change data in url but showing same error.
>
> plz anyone help me out of this problem.
>