How can i get a full length posting/comment? With
SELECT post_id, message, message_tags, description, description_tags FROM stream WHERE source_id = me()
i m getting a "cut" version of my posted comments (in the message field).
Using graph with the post_id brings me still the same trimmed message as result. Is there a other "table" to query comments by post_id?
An example can be found below.
Best regards.