• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

设置我的事件的'地位'属性'活'使用Eventbrite的的API

用户头像
it1352
帮助1

问题说明

我做我的应用程序整合Eventbrite的。我想创建活动,并使其生活。我发现事件创建API,但这并不包括如何让甚至是现场的任何信息。

I am doing Eventbrite integration in my Application. I am trying to create Event and make it live. I found the Event creation API, but that doesn't include any information on how to make the even live.

我如何设置我的事件的状态使用Eventbrite的的API属性'活'?

How can I set my event's 'status' attribute to 'live' using Eventbrite's API?

正确答案

#1

如果您使用的是之一Eventbrite的API客户的,你应该能够做这样的事:

If you are using one of the Eventbrite API clients, you should be able to do something like this:

eb_client.event_update({id: event_id, status: 'live'});

我建议你尝试的 event_update API调用交互式文档页面学到更多。

I'd recommend trying the interactive documentation page for the event_update API call to learn more.

开发者站点使用我们提供的 OAuth2.0的授权服务来访问你的活动,可以让你检查你的API请求的URL和响应数据。

The developer site uses our available OAuth2.0 authorization service to access your events, allowing you to inspect your API request urls and response data.

您去住之前,请确保您的活动有门票使用,而且你分配了场地并的组织者的个人资料只要有可能。

Before you go live, make sure that your event has tickets available, and that you have assigned a venue and organizer profile whenever possible.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfjjgb
系列文章
更多 icon
同类精品
更多 icon
继续加载