json - How to send hastag access_token posted by url to server inorder to use it further -
i explain in detail, trying authorize youtube webapp. post below
https://accounts.google.com/o/oauth2/auth? client_id=1084945748469-eg34p0an9fut6urp5.apps.googleusercontent.com& redirect_uri=http://www.abc.com/site/video& scope=https://gdata.youtube.com& response_type=token
and youtube respond request json object
now want send access_token since hastag data can't access anyway using php on server side, know have send server using ajax or json somehow. using yii framework if there yii method happy use. if no choice use
Comments
Post a Comment