Closed eldark closed 2 years ago
I stand corrected: the generated link DOES work. It appears as if the JSON it returns has changed significantly.
example link?
https://www.instagram.com/p/CVWGb0aB6Ok/?__a=1
Which returns:
Strange... It might be a backend issue, because with my real Instagram account I get:
{"graphql":{"shortcode_media":{
etc
And with a secondary one I get:
{"items":[{"taken_at":1634936744,"pk":2690366127376671652,
etc
Please place any large code in a
<details>
block, or post it somewhere else and link to it.
Placed the example JSON inside <details>
tag.
Strange... It might be a backend issue, because with my real Instagram account I get:
{"graphql":{"shortcode_media":{ etc
And with a secondary one I get:
{"items":[{"taken_at":1634936744,"pk":2690366127376671652, etc
As stated here, with one account I get the first snippet, and with another one I get the second one.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This has started happening again, with all the new accounts I've created.
Version(s) affected: 6.12.3
Description
I started getting this error:
How to reproduce
Just using the API following the examples.
Possible Solution
The '?__a=1' trick might not work anymore: