API and pipes
Lead Programmer
It seems like that’s not directly supported due to Pipes not directly supporting HTTPS, but maybe you can use YQL as described here? http://stackoverflow.com/a/2758422/879597
Following query in YQL still gives me connection errors:
SELECT * FROM json WHERE url=“https://api.guildwars2.com/v1/world_names.json”
result:
So I tried some other HTTPS Json url, which did work in YQL:
SELECT * FROM json WHERE url=“https://www.facebook.com/feeds/page.php?id=397319800348866&format=json”
Result:
Why does the JSON url give an connection error in YQL?