Has anyone had any luck sharing to pinterest with branch.io? I tried their own demo app and that doesn't work either.
BranchUniversalObject branchUniversalObject = new BranchUniversalObject()
.setTitle("title")
.setContentImageUrl(imageUrl)
.setContentIndexingMode(BranchUniversalObject.CONTENT_INDEX_MODE.PUBLIC);
Any workaround or extra steps I need to take to get pinterest sharing working?