Questions tagged [eventbrite]

Eventbrite is the leading self-service event management platform, helping you to create, manage, and promote local events online

Eventbrite is a self-service event management platform, helping you to create, manage, and promote local events online.

Developer Resources:

306 questions
0
votes
2 answers

Eventbrite custom ticket pdf

Is it possible to use event_list_attendees to get the list of attendees and their specific information for the event in order to place it onto my own custom designed ticket graphic/PDF? For instance, I want to create my own stand alone website that…
Delallen83
  • 21
  • 3
0
votes
1 answer

How to get eventbrite attendees with app_key?

I'm trying to get the attendees for an event I've created with https://www.eventbrite.com/json/event_list_attendees?app_key=MYAPPKEY&id=MYEVENTID However it fails with an error: {"error": {"error_type": "Not Found", "error_message": "Invalid email…
lukestevo
  • 421
  • 1
  • 4
  • 6
0
votes
1 answer

Eventbrite Api event_search call corrupts our venues

We've been using eventbrite for sometime to put up workshops at various venues. Recently I used a jquery Api lib to retrieve a list of events using the event_search Api. It all seemed to work but I noticed that our list of events now all had a…
0
votes
1 answer

How can I event_search_max?

I'm trying to get all of the events from Eventbrite but the thing is I couldn't there is a limitation by 100. Is there any other way going around to get it? Any advice would be appreciated.
Bard Jang
  • 1
  • 1
0
votes
1 answer

I'm trying to find how to use response of event_search

eb.event_search(options, function (response) { alert(response.size); This is the main point of mine. Hmm actually I already know what fields are the event_search has. But.. the problem is I can't use it at all. Here is the…
Bard Jang
  • 1
  • 1
0
votes
1 answer

do I need to do something if I want to use some api?

I wanted to use Eventbrite API which I saw from http://eventbrite.github.com/#examples and Search event list (jsFiddle) In jsfiddle.net/zTyZz/72/ I can use eventbrite but any other script tester didn't accept eventbrite. It said "ReferenceError:…
Bard Jang
  • 1
  • 1
0
votes
1 answer

Write Api for Eventbrite?

Is there a way for my user to access their eventbrite account, and post events from my web app?
Jacinto
  • 3
  • 2
0
votes
2 answers

How can I get the quantity_available field to be returned from calls to the EventBrite API?

The Eventbrite documentation on the ticket object indicates that it can contain a quantity_available or quantity_sold field, but that to see either of these fields "requires authentication". It doesn't give any more detail than that, though, and…
Mark Amery
  • 143,130
  • 81
  • 406
  • 459
0
votes
1 answer

Eventbrite custom user_list_events

I am having a little trouble when creating my own custom event list using the Eventbrite API. I can get this to work fine when using the standard example provided here…
Ben
  • 129
  • 3
  • 12
0
votes
1 answer

Eventbrite call individual tags

I am looking at pulling data from the Eventbrite api individually, as it stands I have the following which pulls the event details using eventListRow function. $eb_client = new Eventbrite( array('app_key'=> $row['app_key'], …
Ben
  • 129
  • 3
  • 12
0
votes
1 answer

Get information about authenticated user

I may be missing something simple, but I am having difficulty in getting information about the logged in user. I've successfully authenticated using OAuth and have obtained an access_token. I understand that a user_key is required to get access to…
0
votes
1 answer

Is there a Eventrbrite Sql Script download available to create database locally

We would like to save Eventbrite events entered by our users onto a local databse and upload on a schedule to Eventbrite database. I am in the process of creating a database with the base Eventbrite tables and wanted to find out if anyone can point…
ann
  • 9
  • 3
0
votes
1 answer

PHP Library: app_key error

I get this error when I try to login using the oAuth PHP example script (oauth2-login-example.php) Please provide your Application Key in the URL as "?app_key=". I have replaced the default app_key and client_secret with my codes. You can test it…
Draven
  • 1,467
  • 2
  • 19
  • 47
0
votes
1 answer

Rails Customize the eventbrite omniauth callback url

I am using eventbrite omniauth to authenticate the user. With reference to https://github.com/k504866430/omniauth-eventbrite I included the gem and created a file omniauth.rb file as: Rails.application.config.middleware.use OmniAuth::Builder do …
Swati Aggarwal
  • 1,265
  • 3
  • 19
  • 34
0
votes
1 answer

Contact-list API for syncing contacts from choosed Contact-list?

we need Contact-list API for syncing contacts from EventBrite to our application.In API documentation this contact-list API is not included ,mailChimp this type of integration is exist,ie..importing the contacts from configured EventBrite account to…