0

I'm new to Eventbrite. I would like to list out events from Eventbrite using the event_search() method. I am using the following url and the user api key (https://www.eventbrite.com/userkeyapi): https://www.eventbrite.com/xml/event_search?app_key=userapikey&keywords=&city=&dat.

But I got an error message like

<error><error_message>This application key is not valid.</error_message> <error_type>Application Key Error</error_type></error>.

flash
  • 6,730
  • 7
  • 46
  • 70
Sathiya
  • 111
  • 3

3 Answers3

1

You need an API key, not a user key - see http://developer.eventbrite.com/doc/authentication/

ʀɣαɳĵ
  • 1,992
  • 1
  • 15
  • 20
1

You can get your events list from Eventbrite using the "organizer_list_events" method.

https://www.eventbrite.com/xml/organizer_list_events?app_key={your applicaton key}&id={your id}. I got My Events list successfully with this method.

Sathiya
  • 111
  • 3
0

You can get your events list from Eventbrite using the "organizer_list_events" method.

https://www.eventbrite.com/xml/organizer_list_events?app_key={your applicaton key}&id={your id}. I got My Events list successfully with this method. This code is not working

Viral Vanani
  • 105
  • 1
  • 1
  • 10