Pastoid

The page you are looking at now is at this URL: http://pastoid.com/a0w

This paste was last updated on June 15, 2009 at 12:43 pm.

Pasted Coderaw

	public function getFollowers($page) {
		$h_user= User::identify();
		$call= new TwitterOAuth(self::CONSUMER_KEY, self::CONSUMER_SECRET, $h_user->info->oAuth_token, $h_user->info->oAuth_secret);
		$peoples= $call->OAuthRequest('https://twitter.com/statuses/followers.xml?page=' . $page, array(), 'GET');
		$xml = @simplexml_load_string($peoples);
		$aUsers = array();
		foreach ($xml->user as $user) $aUsers[] = $this->userXMLToArray($user);
		return (array) $aUsers;
	}

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 9
search.live.com 1
Is this paste spam?
<Hide