feellosa.blogg.se

Eventbrite api
Eventbrite api













eventbrite api

You can then pass it to the URL: '+token+'&organizer.id=8231868522&expand=venue' You'll see your organizer URL with the ID at the end:

eventbrite api

As I said in the old post, go to your profile and then your organization settings. While it is trivial to restrict the results to your own organization, oddly it is still a bit awkward to get your organizer id. Obviously you probably want your own events, not the entire worlds. In fact, their API is so easy to use you can actually pass in the anon key right in the URL.Īs an example, given that token represents your anon oath token, this will get all public events: '+token This means you can use the EventBrite API in a JavaScript app (desktop, mobile, hybrid, etc.) without worrying about keeping your key secret. Turns out, when you create an app on the EventBrite developer portal, you actually get both a regular OAuth token and secret as well as an anonymous oauth token:īy using the anonymous oath token, you can read any public data you want, all without having to use a secure key. (Unless you used a server to proxy the API calls for you of course.) But after speaking to Mitch Colleran from EventBrite, I was happy to discover I was wrong. This means it would not be possible to use the data on the client-side. At that time, I was under the impression that all uses of the EventBrite API required a private OAuth token. Almost a year ago I blogged about using the EventBrite API with ColdFusion.















Eventbrite api