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?
Asked
Active
Viewed 139 times
1 Answers
0
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

Kosuke Ogawa
- 7,383
- 3
- 31
- 52
-
Awesome. Thanks for your help =) – firewolf006 Sep 12 '17 at 15:22
-
Hey man, thanks for answer, where I can found all the stickers ids? – alexey.metelkin Oct 18 '17 at 04:38