C Cynikal Member Licensed User Longtime User Jun 1, 2011 #1 Hi guys, Got a (probably) a pretty big request here, but... I am trying to pull the API from Youtube, so I can pull the image / title / and youtube URL from it. I have an example of the xml here at: http://www.cyninc.com/test.xml Can you guys help me out? I am willing to give credit in the app, and possibly some financial kick back for the help? Thanks in advance.
Hi guys, Got a (probably) a pretty big request here, but... I am trying to pull the API from Youtube, so I can pull the image / title / and youtube URL from it. I have an example of the xml here at: http://www.cyninc.com/test.xml Can you guys help me out? I am willing to give credit in the app, and possibly some financial kick back for the help? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2011 #2 The XML tutorial explains how to parse a similar feed: http://www.b4x.com/forum/basic4andr...utorials/6866-xml-parsing-xmlsax-library.html You can use HttpUtils for all the downloads. Upvote 0
The XML tutorial explains how to parse a similar feed: http://www.b4x.com/forum/basic4andr...utorials/6866-xml-parsing-xmlsax-library.html You can use HttpUtils for all the downloads.
C Cynikal Member Licensed User Longtime User Jun 2, 2011 #3 Thank you! I must of missed that tut. Upvote 0