[Help] Atom API with Visual Basic 6.0 or .NET
Is it possible to use
Blogger's Atom API in any Visual Basic? If so, how? I have a intermediate knowledge of vB 6.0 as I made
Rcon Control Centre but a crap knowledge of vB.NET, any help is appreciated.
If it is not able to be done in Visual Basic, then what language could I do it in?
Thanks in advance!
This is PHP/CSS/XML type of scripting.
Basically it's webcode, pretty much what the whole net uses to run.
It's actually XML, because I know Blogger doesn't support PHP, so all you need to do, is copy the code, and paste it into your template.
Yeah, but Atom's API isn't gonna help.
What would be needed then?
I honestly wouldn't know, but my best guess is it isn't an API, it's going to be basic HTML reading, and posting based on like a browser, (it looks for tags, such as <New Topic> but with automated functions crafted specifically for Blogger.
Basically, if you coded it in VB, you would specify the location to create a new post, such as blogger.com/newpost (w/e), and tell the name of the field where the it should get whatever you posted inside for the title in the application, and post it inside the field that corresponds with the title.
Basically a hidden automated process.