Questions
My Implementation for getComments was working until a few days ago
Below is what I see as my Request URL
<https://cf-blast.livelikecdn.com/api/v1/comments/?comment_board_id=fcb88635-f821-4104-99db-53f9babc009f?comment_board_id=fcb88635-f821-4104-99db-53f9babc009f>
Notice it has double comment_board_id values. If I test via postman with this URL
<https://cf-blast.livelikecdn.com/api/v1/comments/?comment_board_id=fcb88635-f821-4104-99db-53f9babc009f>
It works fine.
Please am I missing something?
Posted by Justice Iheanacho 21 days ago
createProfileRelationship returns an error
createProfileRelationship returns the following error

i.e Object with key=follow does not exist.
I followed the exact implementation in the documentation:
LiveLike.createProfileRelationship({
relationshipTypeKey: "follow",
toProfileId: "<Profile ID>",
fromProfileId: "<Profile ID>",
}).then((profileRelationship) => console.log(profileRelationship))
Am I doing anything wrong?
Posted by Justice Iheanacho about 1 month ago
How to update the "custom_data" in userProfile
LiveLike.updateUserProfile does not provide a way for me to update the custom_data returned in LiveLike userProfile. Please how do I get this working?
Posted by Justice Iheanacho about 1 month ago
Issue with multiple event listener (Android + react-native + javascript SDK).
Hi Live like team, we have some issue around setting up multiple event listeners. We have requirement of multiple private chat rooms between user and for each chat room we need to setup a listener which is causing hang issue in android devices. Needed clarity on these points -
1- Do we need to setup new event listener for every new chat room?
2- Is there any alternative way for doing it when we can have multiple chat rooms (private chat room).
Posted by Rahul Nainwal about 2 months ago
How to destroy live like javascript sdk?
I need to reset javascript sdk on logout.
Posted by rahul about 2 months ago
How to update live like profile image?
We are trying to update profile image of live like user but there is no way we founded using javascript sdk. Also we needed sender_image_url in message event.
Posted by Rahul Nainwal 3 months ago
Show widget as message in livelike-chat component
Hello, as I understand from docs (https://docs.livelike.com/docs/web-widget-modes), your SDK does not support showing any widget component as message in a chat, does it?
If possible, please tell me how to implement it.
Posted by Dima Astreyko 8 months ago
Integration with modern frameworks like React or Vue.js
How does one integrate LiveLike to a modern website, which does not use just vanilla js? What about TypeScript support?
Posted by Josh Smith over 1 year ago
How do I integrate with my own analytics platform?
How can I integrate analytics data coming from LiveLike into my own analytics provider? If I am using a service like Segment, Google Analytics, Firebase, etc. already, how can I add LiveLike data to it?
Posted by Justin Poliey about 2 years ago
What kind of analytics data does LiveLike capture?
Posted by Justin Poliey about 2 years ago