ljxp: How I can get link to posted lj entry?
goodboy - May 23, 2008 - 15:20
I'm using ljxp module (5.x - 1.2). All fine works but I can't get link to lj post. I want to show link to lj post on my page: "Posted to LJ at mylj.livejournal.com/1756.html".
Drupal's table ljxp_node has nid and ljid(numeric identifier), but not link text. However, module can delete LJ post using ljid.
Can anybody help me?
Thanks

I solved my problem by edit
I solved my problem by edit module:
$response = xmlrpc(ljxp_destination($ljxp), $method, $message);$url = $response['url']; //it's url to LJ post