How would I find the Friendfeed URL for an item via the api? http://friendfeed.com/api... doesn't show the url to the item on friendfeed :(
I have only found that you can do it by getting the returned entry ID and then using https://friendfeed.com/e... (x=entryID). Hope this helps Phill.
- travispuk
using the /e/entryid actually resolves back to the URL.
- travispuk