-
Hi,
I am scrapping 30 medias per user, and testing in over 100 accounts. All accounts with medias are having :
```
locationId: null
locationName: ""
```
While I manually checked a few medias…
-
When i add 'craft.instagram.getFeed()' in my templates, it results in an internal server error.
yii\base\ErrorException: Undefined offset: 1 in /var/www/vhosts/sitename.com/httpdocs/vendor/codemonaut…
-
The Video posts don't show up in the feed.
![image](https://user-images.githubusercontent.com/24384996/66696287-407ccf80-ece8-11e9-87e1-993025a58c4d.png)
-
When I use $media->getCaption(), it return "Image may contain :..." if someone is tagged on a media.
How can I get the caption of a media even if someone is tagged on it ?
-
After loading medias by tag, on each media I try
`$account = $media->getOwner();`
but the account object has all properties empty, so when I do:
`$account->getUsername();`
I just get an empty stri…
-
I updated the scraper and added following lines as described on the main page:
```
use Phpfastcache\Helper\Psr16Adapter;
$instagram = Instagram::withCredentials('username', 'password', new Psr16A…
joty0 updated
4 years ago
-
Features should be categorised by:
1. What can be searched for
e.g.: location feeds, user feeds, hashtag feeds
2. What is collected
e.g.: user data, date, location, comments, ...
-
"max_id" doesn't work anymore for this endpoint :
`https://www.instagram.com/{username}/?__a=1&max_id={max_id}`
So paginated requests return same content
aik27 updated
4 years ago
-
**UPDATE (@stevenschobert):** This thread has turned into a conversation about how Instafeed.js is going to work with Instagram's [new API restrictions](http://developers.instagram.com/post/1334245140…
-
we encountered an error when using proxy from two days ago
`PHP Parse error: syntax error, unexpected '.23' (T_DNUMBER), expecting ']' in \vendor\raiym\instagram-php-scraper\src\InstagramScraper\I…