eventbrite

Publish events to Facebook with API V2

旧城冷巷雨未停 提交于 2019-12-09 14:05:39
问题 With Facebook API V1 it was possible to publish event. With API V2 this is not possible anymore. But Eventbrite still has this function. How do they do it? 回答1: Looks like Facebook is doing V2 forced rollout in phases Yes, according to Facebook, the process of switching all apps over to API v2 is expected to take a couple of weeks. This was stated in the Facebook Developers Group on Facebook, when they started the v1 to v2 migration. or is treating Eventbrite preferentially. No 3rd party app

Event_New API timezone - does it accept Olson tz values?

本小妞迷上赌 提交于 2019-12-08 05:04:39
问题 Does anyone know if this API will accept Olson tz labels like "America/Los_Angeles" for the timezone field? I'm using this API: http://developer.eventbrite.com/doc/events/event_new/ Where it says for timezone: The event time zone in relation to GMT (e.g., “GMT+01″, “GMT+02″, “GMT-01″). I know from other community discussion that this will also accept values like "US/Pacific". I also took a look at the select dropdown in the manual event entry form, and the values appear to be Olson tz labels.

Eventbrite tags

会有一股神秘感。 提交于 2019-12-05 14:19:32
The EventBrite API is great but there are a couple of really simple features that would make it much better. In particular, does anyone know a way to update the tags property of an event (or set it on a new event) - I can't see it on the API method http://developer.eventbrite.com/doc/events/event_update/ but'tags' is available in the response from get_event so am I just missing something. If this just hasn't been exposed through event_update yet it would be fantastic to get that implemented. Great question. Eventbrite's event data used to be organized around 'tags' -- users could tag any

Pass Eventbrite attendee parameters to custom order confirmation page via redirect URL

安稳与你 提交于 2019-12-05 11:11:02
Is there a way to provide parameters to the redirect URL in the Eventbrite order confirmation workflow? I'd like to forward the attendee ID / order ID (or comma-separated IDs) to my custom page as parameters, so I could perform a lookup and display customized information relevant to that attendee. With a static redirect URL, everyone sees the same 'order confirmation page', with no personalization. What I'm trying to do is generate an itinerary for each attendee. When they purchase their ticket, they are asked a bunch of questions that determine what their itinerary will look like. Once they