I tried this but when it goes to callback.php I get errors
Notice: Undefined index: oauth_verifier in C:\Users\Hu5541N\Desktop\web project\8.5\root\callback.php on line 22
Notice: Undefined variable: data in C:\Users\Hu5541N\Desktop\web project\8.5\root\GoodreadsAPI.php on line 50 Array ( [oauth_token] => [here is token shown ] [oauth_token_secret] => [here is token secret shown] ) true Tonypower24 -------
and when I refresh the page I get
Notice: Undefined index: oauth_token in C:\Users\Hu5541N\Desktop\web project\8.5\root\callback.php on line 12 token expired get a new one
I tried with tumbler and twitter examples
but they don't work for me
is there any simple way to use with php oauth api for login and calling API functions ?
http://code.google.com/p/goodreads-oa...
I tried this but when it goes to callback.php
I get errors
Notice: Undefined index: oauth_verifier in C:\Users\Hu5541N\Desktop\web project\8.5\root\callback.php on line 22
Notice: Undefined variable: data in C:\Users\Hu5541N\Desktop\web project\8.5\root\GoodreadsAPI.php on line 50
Array ( [oauth_token] => [here is token shown ] [oauth_token_secret] => [here is token secret shown] ) true Tonypower24
-------
and when I refresh the page I get
Notice: Undefined index: oauth_token in C:\Users\Hu5541N\Desktop\web project\8.5\root\callback.php on line 12
token expired get a new one