I want to share a video using pinterest share . But not found any api for share video using pinterest.
Any help would be much appreciated.
It is possible to share video as shown here:
http://www.pinterest.com/videos/
However, as of now (March 2014) Pinterest API does not support this feature:
https://developers.pinterest.com/api_request/
Related
Here i'm working with Google+ integration in IOS Apps..
I have gone through the Guidelines at link https://developers.google.com/+/mobile/ios/share
And I have succeeded in the following aspect.
-->>Sharing Text.
-->>Sharing URLs.
-->>Sharing App(Google+ App) icon and Description [Using deep linking].
But I have stuck in the following aspect.
-->>Sharing an Local or URL Image.
so..is there any possibility to share an image from iPhone app through Google+.
Please help me...
Thanks In Advance...
According to these discussions it is not possible yet:
iOS: Possible to send or post message in Google Plus
you may use -(id) setURLToShare: (NSURL *)urlToShare
https://developers.google.com/+/mobile/ios/api/protocol_g_p_p_share_builder-p#a0f2e350ef29af0eb3ed4771c12e54925
I hope it helps.
Hi I'm trying to find a way to post/upload a locally generated image to pinterest with iOS SDK.
I'm doing the pinterest integration with UIWebView given that there is no public API and tried to use for the image url a fileURLWithPath: with no success obviously.
Does anyone have any idea if this can be accomplished?
The pinterest app obviously allows you to upload/pin an image from the camera roll.
Is there any way to embed that kind of functionality in my app?
Thank you!
You will need to post using a multipart/form data type of request. Here is an example of how to do it.
https://forrst.com/posts/Mutlipart_Form_Data_and_image_sending-Vw3
Just wanted to know what technology facebook uses while posting links.
I have noticed that whenever i paste a link on screen, i get the link as a page.
For example,when i paste youtube's link...
it displays as a video and i can play it there only.
Can some one please let me know how it can be done.
what all is needed
What they do is probably to parse the link(regular expressions are useful here), get ID of the movie and embed a player using Youtube API. Here's documentation of the API: https://developers.google.com/youtube/player_parameters
I am newbie to twiiter api with iphone and I am working on project in which I have to post logo type image in text post area in twitter.Like we can do in facebook Share functionality with the help of "attachments". so am asking may we post image as we can do in facebook post and if yes, how it will be done?
Have a look at twitters blog post here:
https://dev.twitter.com/docs/api/1/post/statuses/update_with_media
Heres also a discussion about it with some useful tips:
https://dev.twitter.com/discussions/1059
those tutorials end up with what you want: http://twitter.com/oauth_dancer/status/103216165765136386
Check this Twitter open source Project
http://code.google.com/p/tweetero/
Open Terminal - Enter : http://code.google.com/p/tweetero/source/checkout
i hope it consists of all twitter features.
Heya has anyone tried out sharekit www.getsharekit.com
Im looking for a simple plug n play way to get photos to twitter.
Let me know if anyone has achieved this.
ShareKit supports sharing urls and text with Twitter but not photos (yet).
There has been interest in getting a patch submitted to support this:
http://github.com/ideashower/ShareKit/issues#issue/1
It's open source so anyone can submit an update to add photo support to Twitter (which would be awesome).