Skip to content

Commit 7d0cec3

Browse files
authored
meta: updated example to include user tokens
1 parent e965c90 commit 7d0cec3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ Example
1919
try {
2020
$qb = new \QuickBase\QuickBase(array(
2121
'realm' => 'www',
22-
'appToken' => '****'
22+
'appToken' => '****',
23+
// 'userToken' => '****'
2324
));
2425

26+
// If using user tokens, you do not need to call API_Authenticate
27+
2528
$qb->api('API_Authenticate', array(
2629
'username' => '****',
2730
'password' => '****'

0 commit comments

Comments
 (0)