如何设置我的事件的'地位'属性'活'使用Eventbrite的的API? [英] How can I set my event's 'status' attribute to 'live' using Eventbrite's API?

查看:288
本文介绍了如何设置我的事件的'地位'属性'活'使用Eventbrite的的API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我做我的应用程序整合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?

推荐答案

如果您使用的是之一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.

这篇关于如何设置我的事件的'地位'属性'活'使用Eventbrite的的API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆