问题
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