标签: android pinterest pin-it-sdk
mButtonPinIt = (PinItButton) view.findViewById(R.id.pin_button); mButtonPinIt.setImageUri(Uri.fromFile(mFile.getAbsoluteFile())); mButtonPinIt.setUrl("http://www.google.com");
通过从sdCard获取图片,webUrl未在Pinterest应用程序中设置。有没有解决这个问题的方法?