Skip to content

Commit

Permalink
meta: updated example to include user tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
tflanagan authored Jul 28, 2016
1 parent e965c90 commit 7d0cec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ Example
try {
$qb = new \QuickBase\QuickBase(array(
'realm' => 'www',
'appToken' => '****'
'appToken' => '****',
// 'userToken' => '****'
));

// If using user tokens, you do not need to call API_Authenticate

$qb->api('API_Authenticate', array(
'username' => '****',
'password' => '****'
Expand Down

0 comments on commit 7d0cec3

Please sign in to comment.