Discussion Board for collaboration related to QlikView App Development.
Hello i've noticed that facebook connector (comment for item) is not working; how can i do?
Thanks
Marco
Can you perhaps include an example if for us to try in the CommentsForItem table (which I assume you are referring to) and details of any error or behaviour you are getting?
The object ID you are entering (622005101220075) is for a page which does not have comments which is why this is failing.
The error message actually points towards this:
"Tried accessing nonexisting field (comments) on note type (Page)"
I think you should be using 622005101220075 in, for example, the FeedItems table, then for each FeedItem you should be able to use the CommentsForItem table with the feed item id.
Now i get this error, it is strange in fact few days ago it worked.
Looks like same error as before and therefore my response would be the same.
So which object id have i to use To get comments for page 48399087337?
Thanks
Marco
The page doesn't have comments, it has posts/feed items which have the comments (and possibly replies to those comments).
For me something in the connector request goes wrong infact an application that was working now is not working without modifying it, and this on Facebook comments. (can't retrive comments anyway)
The application is based on your starter app.
Thanks
Marco
Hi Marco,
The starter apps are given away for free and without support, if you believe there is a bug in it you are welcome to log a support ticket, preferably with steps to reproduce, but queries relating directly to QVSource will take priority.
If you identify any specific issues with requests to QVSource tables then, as I have done above, we will certainly try to answer them and fix where a problem is found.
So far, both of the issues on this thread appear to be because you are trying to get comments for a page and Facebook pages do not have comments, they have posts which themselves have the comments attached.