Twit Pic Engine problem in iPhone? - iphone

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

Related

Facebook share the link not displaying image

While share our custom image using facebook share link, the image disappear suddenly. Please find below link.While debug i found image in that, but it is not displaying.
Appreciate any help on this!
http://www.facebook.com/sharer.php?s=100&p[title]=Get 1 FREE Fitness Pass To Urban Air Trampoline Park - Limited Number&p[summary]=Click+here+to+get+1+FREE+Fitness+Pass+to+Urban+Air+Trampoline+Park+good+in+the+month+of+January!+Burn+1%2c000+calories+and+have+fun!+Everyone+is+talking+about+it!&p[url]=http://www.urbanaircoupons.com?ref_id=1605-MB220416-2&p[images][0]=http://www.socialcampaignoffers.com/Admin/Image/Sponsors/1/FB/post_back_picture_fitness.jpg
I also had the similar problem
use this method instead:
http://developers.facebook.com/docs/reference/dialogs/feed/

Sharing images in Google+ using iPhone App

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.

Sending logo type image with text tweet in twitter

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.

Uploading the image on facebook wall

I have integrated facebook sdk. I could able to upload the image only three times. Even though I am getting the success message after upload I could not see the image on face book wall.But for first three attempts I could see the images on facebook wall.
Could I know what could be the reason?
Thanks in advance.
Thanks,
Pavan

upload photo and publish story using FBConnect

In my iphone app,I want to let the user upload an image to his facebook photo Album and publish a story at the same time.The story's media field contains the uploaded image's url.I successly uploaded the photo and got the result's "link" and "src_small" property.But when I use FBStreamDialog to publish the story,I got:
(source: sinaimg.cn)
At last,I find this:http://developers.facebook.com/live_status#msg_625,it says:
We no longer allow stream stories to contain images that are hosted on the fbcdn.net domain. The images associated with these URLs aren't always optimized for stream stories and occasionally resulted in errors, leading to a poor user experience. Make sure your stream attachments don't reference images with this domain. You should host the images locally.
It seems that I can't finish my job,What's your solution? thanks in advance!
you can't use that picture or the picture from facebook itself
you can upload the picture on other servers or upload it to online photo sharing like picasa
I got this functionality to work with ShareKit - it's really good:
http://www.getsharekit.com/
It's also open source, so you can see how they do it inside...
Good luck!