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.
Related
can any one help me out for "Integration of Facebook Fanbox widget" into an iPhone how can i integrate facebook fanbox into my iphone application? any suggestion or help and code will be appreciated
i know about this link but how to integrate this for iPhone app that i don't know
https://developers.facebook.com/docs/plugins/like-box-for-pages/
Thanks in advance :)
Well, as you haven't provided a great deal of information about how you would like to achieve this, all I can suggest is going to the link you listed above and using the tool to generate the html code you need.
Then create a uiwebview on your viewcontroller and use
[webView loadHTMLString:html];
Where webview is the webview you added and html is an NSString with a value of the code facebook provided. Alternatively create a local html file that has the facebook code in it and load the file into the webview.
Hello fellow members,
I am currently developing an app which needs to have a Facebook page embedded inside it I have looked at the Facebook SDK and cannot seem to find a way of doing this.
Any suggestions or thoughts on this would be really appreciated
Thanks
Tom
Put a UIWebView in there and load an NSURL inside of it, with the URL being the address of your page.
I am using facebook sharer.php, to share a link from my site to the facebook wall. Following is the url, I am using to get this done.
https://www.facebook.com/sharer/sharer.php?s=100&p[title]=title_to_be_shared&p[url]=link_to_be_shared&p[images][0]=image_path
I am aware that sharer.php is deprecated. But I have searched a lot to implement this share feature. I found only this. But in this, the images are not rendered properly in all cases. In some cases the images are not loading while sharing.
Please help me to overcome this. Or if there is another API to get this done please let me know...
Thanks in advance!
Regards,
Raju
The sharer.php method is deprecated and no longer supported. As far as I can tell, the best replacement for sharing a page of your site is the Feed Dialog.
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.
I'm using TwitPic Engine for posting twitter through my iPhone Application. it posting successfully but i have one problem is that can't post the image continuously. It takes 3 min different between two images. otherwise error message is come.
Please give me the solution or any other API for posting the image in twitter....
Thanks in advance
Try this one for posting the image to twitter and this is the open source project, so it might be helpful for you. Refer this Link.
Type this into your terminal:
svn checkout http://tweetero.googlecode.com/svn/trunk/ tweetero-read-only
Thanks.
Cant send the same image continuously as per twitter.. after posting any tweet or any thing we can send send the same image we we send previously