Pinterest : setUrl for setImageUri

261 views Asked by At
mButtonPinIt = (PinItButton) view.findViewById(R.id.pin_button);
mButtonPinIt.setImageUri(Uri.fromFile(mFile.getAbsoluteFile())); 
mButtonPinIt.setUrl("http://www.google.com");

By taking Image from sdCard, webUrl is not setting in Pinterest Application. Is there any solution for this problem?

0

There are 0 answers