Adding an Item to a List Using the Foursquare API
Using the Foursquare API, I am trying to add a new location to the list I made. I am currently using the call to this :
Although the placement ID is correct, the output I get is the following:
{
meta: {
code: 400
errorType: "param_error"
errorDetail: "Value 4b3bb64ff964a520627925e3 is invalid for item id"
}
response: { }
}
What could be causing this error?
+3
source to share
2 answers