Here are 176 public repositories matching this topic...
-
Updated
Feb 18, 2020 - Objective-C
New website
Sharer.js needs a new website! With all the current implemented API documented and some examples. Since i am terrible at frontend, i am taking suggestions on some cool designs that can help improve user experience.
All work must be pushed to the gh-pages branch, where the current one lives.
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Feb 3, 2019 - Swift
D:\foo>bower install waterfall.js
bower ENOTFOUND Package waterfall.js not found
D:\foo>bower install waterfalljs
bower ENOTFOUND Package waterfalljs not found
D:\foo>bower install waterfall
bower waterfall#* not-cached https://github.com/raphamorim/waterfall.js.git#*
bower waterfall#* resolve https://github.com/ra
-
Updated
Mar 10, 2020 - PHP
-
Updated
Apr 8, 2020 - Swift
-
Updated
Jan 5, 2019 - Python
-
Updated
Jan 16, 2019 - Kotlin
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 11, 2020 - CSS
-
Updated
Apr 16, 2020 - PHP
-
Updated
Dec 30, 2019 - CSS
We are creating a pin in a specific Board by using the method
createPinWithImage
We read in the documentation (here: https://developers.pinterest.com/docs/api/overview/ and here: https://github.com/pinterest/ios-pdk/blob/master/Pod/Classes/PDKClient.h#L417) that this method should return a PDKResponseObject *responseObject with the ID,
-
Updated
May 4, 2017 - PHP
-
Updated
May 20, 2020 - Objective-C
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
May 8, 2020 - Vue
My English is bad :)
I manage multiple pinterest accounts. I want to login using private proxy. Private proxy authentication need. If you provide a sample code blog, I'll solve it immediately.
In the Android example App docs there is a small error in the following code:
List scopes = new ArrayList();
scopes.add(PDKClient.PDKCLIENT_PERMISSION_READ_PUBLIC);
scopes.add(PDKClient.PDKCLIENT_PERMISSION_WRITE_PUBLIC);
pdkClient.login(this, scopes, new PDKCallback() {
@override
should be PDKClient instead or at least specify tha
Models
-
Board/IBoard -
Pin/IPin -
User/IUser -
RateLimits/IRateLimits -
Counts/IBoardCounts/IPinCounts/IUserCounts -
ImageInfo/IBoardImageList/IPinImageList/IUserImageList
Exceptions
-
PinSharpException -
PinSharpAuthorizationException -
PinSharpBadRequestException -
PinSharpForbiddenException
Improve this page
Add a description, image, and links to the pinterest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pinterest topic, visit your repo's landing page and select "manage topics."
Just a recommendation to expose preventsDisplaySleepDuringVideoPlayback (https://developer.apple.com/documentation/avfoundation/avplayer/2990522-preventsdisplaysleepduringvideop?language=objc) as part of ASVideo, as it's something many folks use with video backgrounds etc, and currently when an ASVideo is in the scene the iOS screen won't ever auto-lock.
Currently I'm having to be a bit hacky a