Need help understanding why Eventbrite API fails.
-
I’ve just installed the Eventbrite API plugin and I’m trying to understand why it’s not working. Is my event not defined properly?
I find that the following GET returns my event just fine:GET /v3/users/me/owned_events/?token=ZFPTGJ7ID6OAQHDI5624
it returns
———————————————————————–
Parsed AuthenticationOAuth token: ZFPTGJ7ID6OAQHDI5624
User ID: 207162062056
App key: W4J5C3ILP2WO4UCFVFExpanded fields
logo
Response
HTTP 200 OKVary: Accept
X-Rate-Limit: token:ZFPTGJ7ID6OAQHDI5624 5/1000 reset=2604s, key:W4J5C3ILP2WO4UCFVF 5/1000 reset=2604s
Allow: GET, HEAD, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Authorization, Content-Type
Content-Type: text/html; charset=utf-8Paginated response
This is page 1 of 1 (50 items per page, 1 items overall){
“pagination”: {
“object_count”: 1,
“page_number”: 1,
“page_size”: 50,
“page_count”: 1
},
“events”: [
{
“name”: {
“text”: “Impacts of Fracking & Renewable Energy Alternatives Conference”,
“html”: “Impacts of Fracking & Renewable Energy Alternatives Conference”
.
.
.
————————————————————————-
BUT the following GET returns zero events:
GET /v3/events/search/?q=Impacts&user.id=207162062056&token=ZFPTGJ7ID6OAQHDI5624
- The topic ‘Need help understanding why Eventbrite API fails.’ is closed to new replies.