You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't recommend you to use this library since it's poorly maintained & rarely updated. However, you can achieve this by fetching in the user properties. This code should do the job:
awaitclient.getUserByUsername({username: "your account"}).then(res=>console.log(res.edge_owner_to_timeline_media.edges))// it returns an array of your user's medias.
I wouldn't recommend you to use this library since it's poorly maintained & rarely updated. However, you can achieve this by fetching in the user properties. This code should do the job:
awaitclient.getUserByUsername({username: "your account"}).then(res=>console.log(res.edge_owner_to_timeline_media.edges))// it returns an array of your user's medias.
There is not function to get all my posts
I will make an app like Instagram that is necessary to can get all post
Thanks
The text was updated successfully, but these errors were encountered: