Skip to content

Instantly share code, notes, and snippets.

View Aravind102030's full-sized avatar
💭
a10

@aravind Aravind102030

💭
a10
View GitHub Profile
@Aravind102030
Aravind102030 / Login.php
Last active October 4, 2025 03:56 — forked from benjaminpick/Login.php
Instagram Test
<?php
namespace Instagram\Auth;
use GuzzleHttp\Client;
use GuzzleHttp\Cookie\CookieJar;
use GuzzleHttp\Exception\ClientException;
use Instagram\Exception\InstagramAuthException;
use Instagram\Exception\InstagramException;
use Instagram\Transport\TransportFeed;