0

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?

user1689757
  • 475
  • 5
  • 19

0 Answers0