Fiki Pratama
Fiki Pratama
> Assalamualaikum pak, saya sudah mengikuti project bapak dengan phpmvc, tetapi ketika saya upload ke hosting, webnya sih nongol tapi klo di klik ko ga pindah2 halamannya atau isi dari...
> what do you mean when you say send? I also don't understand the sentence `send a view` that @armanvid says, Maybe he wants a feature to post a media
It should be noted that this login method with cookies is optional when you don't want to use the login method with your instagram credentials then you can use the...
Can you debug your code by adding the following command and attaching it here? ```php $sessionId = $cachePool->getItem(Session::SESSION_KEY . '.' . CacheHelper::sanitizeUsername(env('INSTAGRAM_USERNAME'))) ->get() ->getCookieByName('sessionId'); $cookieJar = new CookieJar(false, [$sessionId]); $api->loginWithCookies($cookieJar);...
@m33ts4k0z It's just a matter of how you validate the cookies on your server before using the loginWithCookies method. Previously I have [warned to use login method first in the...