facebook twitter hatena line email

Mixi/アプリ開発/マイミク一覧からアプリに招待

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

mixi.xml

opensocial.requestShareApp("VIEWER_FRIENDS", null, function(response) {
  if (response.hadError()) {
    var errCode = response.getErrorCode();
    // do something...
  } else {
    // do something...
  }
});