How to differantiate Youtube-Google linked account from unlinked with Youtube API. After successfuly retrieving information about currently logged user by sending this request:
https://gdata.youtube.com/feeds/api/users/default?v=2?access_token=YSECURITY_TOKEN&alt=json
I get JSON structure that contains user information. But there is no property that says wheather this user has linked or unlinked google account. By searching through Youtube API documentation and googling I could not find straight answer, only how to go on this page where you can check if your account is linked:
http://support.google.com/youtube/bin/answer.py?hl=en&answer=69964
I am using javascript and jQuery.