Open GoogleCodeExporter opened 8 years ago
[deleted comment]
This is a problem with how an empty <content> element is interpreted by
LinkedIn. It's a bug in their system, but since they've been unwilling to
address it, it's probably easier to deal with in the client code.
This produces an error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<share>
<content/>
<visibility>
<code>anyone</code></visibility>
<comment>My Comment</comment>
</share>
This does not:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<share>
<visibility>
<code>anyone</code></visibility>
<comment>My Comment</comment>
</share>
Original comment by teropaan...@gmail.com
on 9 Dec 2011 at 10:09
Original issue reported on code.google.com by
qatadaAb...@gmail.com
on 3 Nov 2011 at 11:28