Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use.
That code is missing the important part of parsing the HTML to get out the RDF snippet with the URL to send the trackback, a non-trivial part of the problem and it also has some important problems like not using the proper urlencode and using regex to parse XML.
J. Pablo Fernández
2009-12-08 14:50:15
A:
My solution was to implement pingback instead of trackback. It took me a fraction of the time to do it (while I never finished trackback). And actually, not many blogs are accepting trackbacks anymore, but they are accepting pingbacks.
J. Pablo Fernández
2009-12-08 20:17:17