How do I add swarm stickers to a checkin request?

158 views Asked by At

Is there a way to add stickers to a checkin request through the foursquare API? I don't see anything in the documentation. I do see related info in the responses from the users endpoint, checkin history being one example. Is this possible?

1

There are 1 answers

2
Kosuke Ogawa On BEST ANSWER

You can add swarm sticker with the undocument parameter stickerId.

e.g. https://api.foursquare.com/v2/checkins/add?stickerId= 52a659800000000000000016&... (Sunny Sticker)

As you know, This parameter is not on Official document. I can't find sticker list API.

Once again, this parameter is undocument. Use this parameter at your own risk