Open josefwilhelm opened 3 years ago
Hi,
I just wanted to know if anyone has the same issue.
Until recently I could search for hashtags without logging in with following code
import { IgApiClient } from 'instagram-private-api'; const ig = new IgApiClient(); try { ig.search.tags('travel').then((search) =>{ search.forEach((entry) => { console.log(entry); }) }); } catch (e) { console.log('error ' + e); }
But about 2 weeks ago it stopped working. Does anyone else have the same issue?
Just to be clear. This library requires the user to be logged in.
However if this worked before, I'm fine with keeping this issue open.
Hi,
I just wanted to know if anyone has the same issue.
Until recently I could search for hashtags without logging in with following code
But about 2 weeks ago it stopped working. Does anyone else have the same issue?