How to find user subs after authorization?

thanks for your reply Subspots.

I am using user_read and user_subscriptions both in the scope. But won’t get results.
below displayed is result which I get

url: api.twitch.tv/kraken/user?oauth_token=7vu4yscpol8l1s6dh2acqbv4k9apc3b&scope=user_read+user_subscriptions

url: https://api.twitch.tv/kraken/subscribed?oauth_token=7vu4yscpol8l1s6dh2acqbv4k9apc3b
stdClass Object
(
[error] => Not Found
[status] => 404
[message] =>
)

url: https://api.twitch.tv/kraken/channels/imcoty/subscriptions/archonfreak
stdClass Object
(
[error] => Unauthorized
[status] => 401
[message] => Token invalid or missing required scope
)

i tried with different urls which is given in api for getting user’s subscription. but both above url giving 404 and 401 error status.

can you please post any example where you have used it ?