pinterest

Android share intent for Pinterest not working

江枫思渺然 提交于 2019-12-17 16:54:04
问题 I am doing an android share intent for Pinterest but is not fully working. I am able to attach the image but I can't send text to the "description" field in the share window. I've tried different types (text/plain, image/*, image/png) and also tried the ACTION_SEND_MULTIPLE intent type but still no luck. Google chrome share intent works perfectly so I'm sure Pinterest supports this functionality. Here is my code: Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("*/*"); intent

Do services other than Facebook use Open Graph?

断了今生、忘了曾经 提交于 2019-12-17 16:27:08
问题 Will other services other than Facebook use Open Graph tags when scraping the page for sharing information? Meaning, if I have an AddThis button (for example) on a page, which allows sharing to Facebook, Google+, and Pinterest etc., will any of the other services also honor those meta tags? Or is generally something we do specifically for Facebook? 回答1: The answer appears to be yes... sort of. Since Open Graph is an open protocol of sorts, it's not meant to be Facebook specific. And it

Custom Pinterest button for custom URL (Text-Link, Image, or Both)

别说谁变了你拦得住时间么 提交于 2019-12-17 10:47:33
问题 I tried to find the solution but can't. I need a custom image for Pinterest (Pin It) button and pin some custom image by url but not a current page. I created a custom link: <a href="http://pinterest.com/pin/create/button/?url=http://inspired-ui.com&media={ImageURL}&description=DescriptionText" class="pinitbutton">Pin It</a> in style I set the background image but I see only default Pin It button and not my custom button There are some solutions where you can set custom button image for Pin

pinterest api documentation [closed]

非 Y 不嫁゛ 提交于 2019-12-17 02:52:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Update Aug 2015: Pinterest provides it here now https://dev.pinterest.com/ Is there official or unofficial documentation on the v2 Pinterest API? Things I know: JSON api is in version 2. https://api.pinterest.com/v2 gives you a json response People are programming against it because there is a mobile app and

share video on Pinterest

蓝咒 提交于 2019-12-13 17:49:25
问题 I am developing an application that want to share video on Pinterest. I search on SO i found for image https://pinterest-ota-builds.s3.amazonaws.com/PinItDemo.zip http://developers.pinterest.com/ios/ and I download the framework, in frame work only one file is available Pinterest.h @interface Pinterest : NSObject - (id)initWithClientId:(NSString *)clientId; - (id)initWithClientId:(NSString *)clientId urlSchemeSuffix:(NSString *)suffix; - (BOOL)canPinWithSDK; - (void)createPinWithImageURL:

Login with pinterest in iOS

佐手、 提交于 2019-12-13 13:22:50
问题 There is an explanation for pin in Pinterest for developers. But I still have got the two following questions: How to log in? How to get a response of logged in user from the server after logging in? I have gone through towards all demo available on google & stack overflow ,all they explain by using web view . but using web view, we can't get response of logged in user and in some Demo they have explained just how to pin it ? In my app, I want login with pinterest. Any help with the questions

how to get an pinterest access token

五迷三道 提交于 2019-12-13 05:38:13
问题 i am using rest api to get an access toke of my user using following link https://api.pinterest.com/v1/oauth/token?grant_type=authorization_code&client_id=my id&client_secret=my secret&code="+oauthVerifier+ i am getting the response as {"status": "failure", "code": 3, "host": "devplatform-devapi-prod-4a8937b3", "generated_at": "Tue, 28 Jun 2016 06:06:56 +0000", "message": "Authorization failed.", "data": null} what shod i do to get my users access token 来源: https://stackoverflow.com/questions

fancbybox pinterest jQuery

喜夏-厌秋 提交于 2019-12-13 04:31:25
问题 I would like to add the pinterest button to my fancybox images I am putting my getscript function in the beforeLoad and the afterLoad function of fancbyox but I don't know how to set data-pin-hover="true" $.getScript('//assets.pinterest.com/js/pinit.js', function() { }); Any help would be appreciated. 回答1: pinit.js script wasn't able to attach click to dynamically injected HTML.. So as a workaround, the pin button will simply open the share page in a popup.. I used the fancybox template

Pinterest could not fetch the image

只谈情不闲聊 提交于 2019-12-12 15:37:19
问题 Trying to implement the "pin it" button but it returns the following problem for every single image. We use SSL across the whole site and I'm wondering if this is related. Any idea? {"route_pattern": "^/resource/:name/:method/$", "error": {"api_error_code": 1, "message": "Sorry we could not fetch the image.", "code": "API_ERROR", "target": "<webapp.resources.pin_resource.PinResource object at 0xb851c50>", "http_status": 400}, "resource": {"name": "PinResource", "options": {"board_id":

Pinterest OAuth Redirect Uri not working

送分小仙女□ 提交于 2019-12-12 15:30:57
问题 I've been trying to get the pinterest api working on my project but I keep running into an issue with the redirect_uri. This is the error message I am getting. { status : "failure", code : 7, host : "coreapp-ngapi-prod-0a018ab7", generated_at : "Sat, 15 Apr 2017 00:45:16 +0000", message : "You are not permitted to access that resource.", data : "The provided redirect_uri https://example.com/complete/pinterest/ does not match any of the registered redirect URIs." } I am running my site on