facebook twitter hatena line email

「Mixi/アプリ開発/マイミク一覧からアプリに招待」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「mixi.xml opensocial.requestShareApp("VIEWER_FRIENDS", null, function(response) { if (response.hadError()) { var errCode = response.getErrorCode(); // do som...」)
 
(相違点なし)

2015年5月20日 (水) 03:10時点における最新版

mixi.xml

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