On Fri, Apr 30, 2010 at 6:22 PM, Abraham Williams <4bra...@gmail.com> wrote:
> To post automatically from your site in PHP is very easy.
> 1) Get TwitterOAuth: http://github.com/abraham/twitteroauth
> 2) Follow these
> instructions: http://dev.twitter.com/pages/oauth_single_token
> Abraham
>
>

Abraham, thank you.

I have downloaded and installed your files. In which file on which
line should I paste the code:

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");


---I really appreciate the time you and Raffi have taken to help get
me headed in the right direction.
Lil

Reply via email to