ClientLogin in Android

  • Replies:0
jiby thomas
  • Forum posts: 2

Jun 14, 2011, 12:47:39 PM via Website

I am developing a youtube application on android 1.6
i get the token which is get on login.
But now i want the gdata video feeds .
its say that we have to get the video through http get any one plz help me?
it is to do like this but how to implement this in android?


POST /feeds/api/videos HTTP/1.1
X-HTTP-Method-Override: GET
Host: gdata.youtube.com
Content-Type: application/atom+xml
Content-Length: CONTENT_LENGTH
Authorization: AuthSub token="<authentication_token>"
GData-Version: 2
X-GData-Key: key=<DEVELOPER_KEY>
vq=jesse+ventura&category=News

Reply