What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Playing with the Google Data (YouTube) API...

[?] Playing with the Google Data (YouTube) API...
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [?] Playing with the Google Data (YouTube) API...
JScript code:
    var api=eval(GetContents("http://gdata.youtube.com/feeds/api/videos?q="+Keyword+"&alt=json"));


JScript code:
var results = eval( '(' + xmlhttp.responseText + ')' );
 
Debug.Trace(results.feed["openSearch$totalResults"]["$t"]);
// Debug.Trace(results.feed.entry[0]["media$group"]["media$title"]["$t"]);


See also: Using JSON with Google Data APIs / Requesting and using JSON feeds ;)
12-07-2008 05:04 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 03:16 AM
RE: [?] Playing with the Google Data (YouTube) API... - by NanaFreak on 12-06-2008 at 03:41 AM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 04:37 AM
RE: [?] Playing with the Google Data (YouTube) API... - by Matti on 12-06-2008 at 09:49 AM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-06-2008 at 08:45 PM
RE: [?] Playing with the Google Data (YouTube) API... - by felipEx on 12-07-2008 at 05:04 PM
RE: [?] Playing with the Google Data (YouTube) API... - by roflmao456 on 12-08-2008 at 01:23 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On