When I search for a specific venue (id: 1515239)

https://www.eventbrite.com/json/venue_get?app_key=EHHWMU473LTVEO4JFY&id=1515239

I get the following error/response, not sure what it means:

{
  "error": {
    "error_type": "Not Found",
    "error_message": "Invalid email and/or password."
  }
}
有帮助吗?

解决方案

I'm pretty sure that Venue information is considered private data.
You probably need to include some additional user credentials in your request.

See http://developer.eventbrite.com/doc/authentication/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top