Closed neetkiss closed 3 years ago
I'm not sure what you really want?
Could you explain more?
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.
How do I manage to send followers with multiple accounts? Code I used;
`$credentials = DB::table('takipcis')->get(); $cachePool = new FilesystemAdapter('Instagram', 0, DIR . '/../cache'); foreach($credentials as $credential): try { $api = new Api($cachePool); $api->login($credential->username, $credential->password); // 1518284433 is robertdowneyjr's account id $getUserID = $api->getProfile($request->post('followerUrl')); $userId = $getUserID->id;