2

公開ダイアログがあり、それを使用すると、デバイスの 1 つでエラーが発生します。

この状況は、私の 1 台の電話だけです...

手伝って頂けますか?

私のコード:

private void publishFeedDialog() {      
    Bundle params = new Bundle();
    params.putString("name", getResources().getString(R.string.r_name));
    params.putString("caption","www.url.com");
    params.putString("description", "My desc");
    params.putString("link", getResources().getString(R.string.url_www));
    params.putString("picture", "http://ulr.com");

    WebDialog feedDialog = (
        new WebDialog.FeedDialogBuilder(this,
            Session.getActiveSession(),
            params))
        .setOnCompleteListener(new OnCompleteListener() {



            @Override
            public void onComplete(Bundle values, FacebookException error) {    
            }

        })
        .build();

    feedDialog.show();
}

このエラーについて教えてください。

4

0 に答える 0