Skip to content

Instantly share code, notes, and snippets.

@remi
Created March 8, 2010 13:01
Show Gist options
  • Save remi/325141 to your computer and use it in GitHub Desktop.
Save remi/325141 to your computer and use it in GitHub Desktop.
<?php
Pubwich::setServices(
array(
array(
//...
array( 'Gowalla', 'gowalla-stamps', array(
'method' => 'GowallaUserStamps',
'username' => '____your_username____',
'password' => '____your_password____',
'key' => '____your_api_key____',
'title' => 'Gowalla',
'total' => 10,
'description' => 'latest checkins',
)
),
//...
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment