Foursquare API for venue user image error

后端 未结 4 990
执笔经年
执笔经年 2020-12-01 08:07

The Foursquare API has divided its photo tag for user as prefix and suffix. But if I merge them to form a full image URL and paste this in my browser, gives me errors that s

4条回答
  •  隐瞒了意图╮
    2020-12-01 08:42

    this is the format I use when using categories picture url

    prefix -> https://ss3.4sqi.net/img/categories_v2/nightlife/karaoke_

    karaoke is the image name always followed by an underscore then the image size.

    suffix -> .png

    then add the valid sizes. there are many sizes supported by I use 64

    so https://ss3.4sqi.net/img/categories_v2/nightlife/karaoke_64.png

提交回复
热议问题