suphiyasin / instagram-api

Simple PHP Private API that allows you to use both mobile and web APIs of Instagram
https://suphi.org
MIT License
36 stars 11 forks source link

token #2

Closed bad-robo closed 8 months ago

bad-robo commented 8 months ago

hi Where can I get the $token?

suphiyasin commented 8 months ago

hi

Where can I get the $token?

You need first login for token. Example ` $firstLogin = $api->login->loginv2($username, $password);

$token = $api->user->MyCache("token");

`