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

http://www.abc.com/site/video#access_token=ya29.ah6rkxrg81f7h9vzlca4wmzzzgjlmbsduk-odxom5w&token_type=bearer&expires_in=3600

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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -