Sunday, September 25, 2011

[YouTube-API] Re: Unable to create correct base string for a oAuth request to you tube

Hello Jeff,

I figured out that i was not doing it correctly.I was getting the
token from my AuthSub request and was directly using it for
GetUploadToken.
I learnt the correct way now to be:

1.Redirect to AuthSub
2.Get the token from AuthSubSessionToken which i successfully
obtained(Note that i was missing this on the initial try)
3.Then use this token from step 2 to upload metadata of video(Like
description,title,Keyword) through GetUploadToken,i learnt that i will
get the form to upload video after this step.

but the problem now is that uploading the meta data is showing me
NoLinkedYouTube Account again.Its drivin me nuts.Can you refer me some
experienced PHP help in this matter? Can you please have a look and
confirm the steps if i am doing right.

Your help is always appreciated.

Regards
Himanshu Sharma

--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment