[Android] IntelliJ Socket.io Setup

  • 0
採用 Gottox / socket.io-java-client @ Github

[Android] Socket.io

* 要把 socket.io build 成 .jar
   我一開始一直遇到 NoClassDefFoundError,就是因為沒有正確引入 .jar 的緣故。
   另外,如果你像我一樣有更動裡面的 code, 那就是記得每次更新都要再重新 build 一次。
You must build socket.io-java-client to .jar file (or download from here) and add it into libs folder of your project .-- Stackoverflow
* 在 project structure 裡用 import library 的方式把 .jar 加入 project 的模組裡 (reference)

* 預設的會把 host 以後的 url 全部砍掉, 加上 socket.io
例: 傳入的 api url = http://mysite.com/api/message/?access_token=MY_TOKEN
在 server 那就會變成  http://mysite.com/socket.io/1
像這種情況,如果你想要把 access_token 帶過去(如:http://mysite.com/socket.io/1?access_token=MY_TOKEN),就要直接改裡面的幾個 function

沒有留言 :

張貼留言