通过Foursquare API集成

时间:2016-12-02 12:43:57

标签: api foursquare

是否可以通过Foursquare API删除场地? 我没有在https://developer.foursquare.com/docs/

看到任何提及

1 个答案:

答案 0 :(得分:0)

不,您无法通过API删除场地。如果场地出现问题,您应该使用ArrayList<ItemStack> items = new ArrayList<ItemStack>(); items.add(new ItemStack(Material.GRASS); items.add(new ItemStack(Material.DIRT); //Items is now a list with 2 ItemStacks inside for (ItemStack is : items) { //Do something } 端点将场地推入审核队列。

https://developer.foursquare.com/docs/venues/flag

相关问题