How to get following date of the followers on twitter using php – Twitter API
I need to create line chart for my twitter followers . I have used following code to list the followers details. $parameters = array('include_user_entities' => true); $response = $this->api->get('followers/list.json', $parameters); Its working fine .But its doesn't probvide following date details.…