Hi,
I’m using “Abraham Williams” OAuth library for php
I’m wanted to use the “users/show” request to have information about a user
I have tried with both parameter user_id and screen_name
but I have this result :
(
[errors] => Array
(
[0] => stdClass Object
(
[message] => Sorry, that page does not exist
[code] => 34
)
)
)
I tried with the twitter Oauth tool and give the url to my browser and it does’nt work to.
Also, I use “statuses/user_timeline” request and it works perfectly.
Any idea ??
Thanks !