Eventbrite API changes
-
Hi,
Eventbrite are making some API changes. Does this affect the plugin?
What changes need to be made?
• Ensure that your application can handle API requests and responses which include the ‘event.summary’ field
• If you are currently using the ‘description.text’ or ‘description.html’ fields of the Event object, use theevent.summaryfield (plain text and limited to 140 chars) instead
• Ensure you are retrieving the full HTML event description content (formerly ‘event.description.html’) by calling the /v3/events/:id/description/ endpoint
• If you are not already doing so, implement the use of Structured Content to create the event description content as detailed belowThanks
The topic ‘Eventbrite API changes’ is closed to new replies.