I would like to create a blog post comment by using content URL not the combination of content id and content type id.
what si content URL and How to get content URL from a blog post?
I would like to create a blog post comment by using content URL not the combination of content id and content type id.
what si content URL and How to get content URL from a blog post?
Are you using OAuth authentication? That is a requirement to use ContentUrl. You specify the content url that is being commented on. It is used to allow comments to be made against an external Url outside of community.
Thanks,
Yes, I am using OAuth,
Steps:
1. Created a blog post from that we can get the content id, content type id, and URL
2. I am using that URL to create a comment which allows me to create a comment by using rest API. But the thing is, it is not visible in Dynamics UI. And Next one is when I create comments from dynamics UI, That comment is not able to get from comment list API by using CONTENTURL.
When you create a comment, are you getting a populated Comment entity returned in the Rest Response? Are there any errors or warnings returned in the Rest Response?
If that portion is working and you have a created comment, when you list the comments by ContentUrl what do you get back in the response? A list of 0 comments? Any Errors returned in the Rest Response? Any exceptions in the exception log?
Comments created by content url will not show in the the community UI at all unless you make a special REST request using the same oauth client. Its not designed to be used inside the community, its meant for display in third party sites via REST.
As for why its not coming back via REST, we need more information. A tool like fiddler us good for finding out request details
Comments created by content url will not show in the the community UI at all unless you make a special REST request using the same oauth client. Its not designed to be used inside the community, its meant for display in third party sites via REST.
As for why its not coming back via REST, we need more information. A tool like fiddler us good for finding out request details