Android Pinterest share intent with website

狂风中的少年 提交于 2019-12-12 02:59:04

问题


My Android app has the option to share images via Pinterest by using the native share intent. To pass the description field, I use the com.pinterest.EXTRA_DESCRIPTION field as below:

intent.putExtra("com.pinterest.EXTRA_DESCRIPTION", "Text to share");

Is there a way to pass the URL for the website that the shared image links to from Pinterest?

来源:https://stackoverflow.com/questions/35561031/android-pinterest-share-intent-with-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!