Forum Discussion

mayank's avatar
12 years ago

lithum search and post

i want to implement search and post on my site to my community site.   Suppose i am having a text box for search and post..please help Search : textbox Post : textbox i want to implement it on m...
  • PaoloT's avatar
    12 years ago

    Hi Mayank,

     

    sounds like you want to integrate via the Lithium REST API. You already have an example of the search API usage to retrieve relevant messages. You can also create new posts via the API (you have an example here - which also expands on the concept and shows how to include mentions in posts created via the API). I also suggest having a look at the authentication documentation page which will be required for posting.

     

    Hope this helps,