How do I integrate Line Works in my web app?
Anyone can view all written contents.
Do not enter any private information such as an account name, domain name, API ID and ConsumerKey.
Hi guys,
I need to integrate LINE WORKS into my web app and I am stuck. I have checked the developer documentation as well but I am still stuck :(
I need to integrate the LINE WORKS`s chat feature. For eg, if someone registers into my web app, a message should be sent into a group (#channel in case of slack).
Please let me know how I can achieve that.
投稿に新しいコメントが追加されましたら通知を送信します。
コメント8
업데이트 된 답글입니다.
LINE WORKS 公式アカウント
2017.08.04
업데이트 된 답글입니다.
bajracharyasushant 投稿者
2017.08.04
업데이트 된 답글입니다.
LINE WORKS 公式アカウント
Please check a "server api authentication" process in a following doc.
https://developers.worksmobile.com/jp/document/1002001#
2017.08.04
업데이트 된 답글입니다.
bajracharyasushant 投稿者
2017.08.07
업데이트 된 답글입니다.
bajracharyasushant 投稿者
2017.08.07
업데이트 된 답글입니다.
bajracharyasushant 投稿者
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.NameValuePair;
import org.apache.commons.httpclient.methods.PostMethod;
public class ServiceApiTest {
public void testGetAccessToken() throws Exception {
String url = "https://sandbox-auth.worksmobile.com/oauth/token";
String consumerKey = "LQwDde6x8eV4ROOCOdSW";
String authorizationCode = "QkJxMFc4ekRnMGdLNjhOMQ==";
.....
and how do i get and authorization code
2017.08.07
업데이트 된 답글입니다.
bajracharyasushant 投稿者
2017.08.08
업데이트 된 답글입니다.
LINE WORKS 公式アカウント
I also find one more issue in your test.
Talk bot api is not provided in Sandbox for now. Please try it in a normal environment.
2017.08.08
まだ、解決できませんか?
今すぐ実際に使用しているLINE WORKSユーザーに質問してみましょう。