diff --git a/index.php b/index.php index edbc0a1..ab0f790 100755 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ /** Perform a GET request and echo the response **/ /** Note: Set the GET field BEFORE calling buildOauth(); **/ $url = 'https://api.twitter.com/1.1/followers/ids.json'; -$getfield = '?username=J7mbo'; +$getfield = '?screen_name=J7mbo'; $requestMethod = 'GET'; $twitter = new TwitterAPIExchange($settings); echo $twitter->setGetfield($getfield)