【问题标题】:EventBrite APi methodsEventBrite API 方法
【发布时间】:2012-05-11 10:54:58
【问题描述】:

I am trying to use this url for the event attendee information
我没有得到参加者的全部详细信息,但响应只包含参加者ID

<attendees>
   <attendee>
    <event_id>3135062055</event_id>
     <id>110210217</id>
</attendee>

<attendee>
<event_id>3135062055</event_id>
<id>110216615</id>
</attendee>
</attendees>

但在文档中我可以看到完整的休息!
我需要为此添加哪些参数才能获得完整的与会者信息以及
我想一口气获得所有与会者的信息吗?

请帮我实现上述目标。
提前致谢,

文卡特斯

【问题讨论】:

    标签: eventbrite


    【解决方案1】:

    如果您已授权 Eventbrite's API docs 访问您的帐户,那么您的 user-authentication credentials 将自动添加到您使用文档的“立即试用”功能提出的任何请求中。

    如果您在请求中添加user_key, or Oauth2.0 access_token,那么您应该能够成功访问您的attendee information

    您的另一个选择是将您的活动配置为具有public attendee list。这将允许通过您共享的 API URL 获得在您的活动页面上公开可见的任何与会者信息(无需您添加您的私人身份验证令牌)。确保您保留将此功能用于参加者愿意披露此信息的活动。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-12-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多