Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 android 应用程序中,我可以通过 facebook SDK for android 将文本分享到 facebook 墙。我可以使用它直接从我的应用程序中共享图像吗?我希望通过我的应用程序提供的动态更改的 url 共享图像。请提供任何帮助
访问此链接。
您必须编写的代码将是这样的
bundle.putString("name", "name you want to give");
同样,您可以向图像添加其他参数。