Wanderlust - can't open the URL

Hi,

I want to go through the exercise. I am trying to open this URL:

https://api.foursquare.com/v2/venues/explore?near=…3I2YHL5YVS52DJZE204WDL2RYZP4FJGYOXEC2P&v=20190614

and I receive this: {“meta”:{“code”:400,“errorType”:“invalid_auth”,“errorDetail”:“Missing access credentials. See https://developer.foursquare.com/docs/api/configuration/authentication for details.”,“requestId”:“5d0491b1dd57972e7657004b”},“response”:{}}

so in the result I can parse this and cant’t read the code to fill to make exercise step by step.

I had this also in the recent points when I checked Foursquare

I had the same error message. Not sure but I think I wasn’t getting the complete url by simply copying from the console (although that’s how it looks in the Walkthrough.) In Chrome I was able to right click on the url and select “Store as Global Variable”. (couldn’t find anything similar in Safari). Then I scrolled down in the console and found “temp1”. That contained the entire url as a clickable link and that worked.