On Fri, Apr 30, 2010 at 11:26 PM, Lil Peck <lilp...@gmail.com> wrote:
>>
>> function getConnectionWithAccessToken($oauth_token, $oauth_token_secret) {
>>  $connection = new TwitterOAuth(CONSUMER_KEY, CONSUMER_SECRET,
>> $oauth_token, $oauth_token_secret);
>>  return $connection;
>> }
>>
>> $connection = getConnectionWithAccessToken("abcdefg", "hijklmnop");
>> $content = $connection->get("statuses/home_timeline");
>>
>>
>

OhMyGosh I think I'm getting the hang of it!!!!!!!!!!!!!
Lil

Reply via email to