Open roimulia opened 6 years ago
Hi!
I found similar Shortcut that used independent service https://wizblogger.com/instastory/story.php?user=User
that provides a web-page with easy-parseable links to stories.
So I don't have a direct link - but (if you wish) you can use the same trick: open that site and parse its content to get links to stories. I don't know where they get links to cdninstagram
- but they did that trick.
Note: they use some DDOS protection - so NSURLSession request to this site may return not interesting webpage without webview (that's why I use Safari extension for shortcut; previously without that protection they returned that easy-parseable html via ordinary HTTP GET request).
Hope that helps
What is the public URL used to get the stories? We are trying to understand how to fetch public stories from a regular URLSession call.
Thanks!