Skip to content

Commit 9e09219

Browse files
author
Kalloor, Eric Abraham
committed
Button
1 parent 0b74443 commit 9e09219

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

auth.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
$url = "https://api.instagram.com/oauth/access_token";
3-
echo('Please wait while we fetch your access_token');
43
$curl = curl_init($url);
54
curl_setopt($curl, CURLOPT_URL, $url);
65
curl_setopt($curl, CURLOPT_POST, true);
@@ -14,10 +13,6 @@
1413

1514
$data = "client_id=746720933176046&client_secret=6fbcc075c5afd5d8556a8bdcc814d5f3&grant_type=authorization_code&redirect_uri=https://cybergirl.in/auth.php&code=".$_GET['code'];
1615
// echo($data);
17-
echo("\r\n");
18-
echo('Checking.....');
19-
echo($_GET['code']);
20-
echo("\r\n");
2116
curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
2217

2318
// $resp = curl_exec($curl);

0 commit comments

Comments
 (0)