Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

SNS連携API

yuya edited this page Aug 23, 2015 · 3 revisions

SNSへのエンドポイントの登録とMusicHackDayトピックのサブスクリプションを行います。

iOS

http://172.16.200.170:8888/registerAPNS?token=APNSトークン

Android

http://172.16.200.170:8888/registerGCM?token=GCMトークン

レスポンス

{
  "ResponseMetadata": {
    "RequestId": "dd587917-686a-5768-beeb-37445b460d50"
  },
  "SubscriptionArn": "arn:aws:sns:ap-northeast-1:719986071946:MusicHackDayTokyo2015-global:841b4165-0d06-48dc-98b4-f765f9e4ec05"
}

登録済みEndpointArn取得

http://172.16.200.170:8888/listArn

送りつけ

http://172.16.200.170:8888/broadcast?id=トラックID&title=トラック名&image=トラック画像&artist=アーティスト名&url=楽曲URL&arn=自分のARN&avator=アバター画像URL

例:

Clone this wiki locally