gpt4 book ai didi

android - 如何使用 facebook api 在 facebook 帖子中设置图标?

转载 作者:行者123 更新时间:2023-11-29 21:48:26 35 4
gpt4 key购买 nike

enter image description here

我使用如下所示的 bundle 在 Facebook 上发布消息。

Bundle postParams = new Bundle();
postParams.putString("name", "Facebook SDK for Android");
postParams.putString("caption", "Build great social apps and get more installs.");
postParams.putString("description", "The Facebook SDK for Android makes it easier and faster to develop Facebook integrated Android apps.");
postParams.putString("link", "https://developers.facebook.com/android");
postParams.putString("picture", "https://raw.github.com/fbsamples/ios-3.x-howtos/master/Images/iossdk_logo.png");
Request request = new Request(Session.getActiveSession(), "me/feed", postParams,
HttpMethod.POST, null);
RequestAsyncTask task = new RequestAsyncTask(request);
task.execute();

How to set an icon and add an action in a facebook post using facebook api?我试过了,这个解决方案帮不了我。

最佳答案

您不能为您发布的每条消息设置它。此处显示的图标是您在开发者仪表板中设置的图标。

关于android - 如何使用 facebook api 在 facebook 帖子中设置图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15103421/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com