Post Image to twitter from iphone by xcode - iphone

I am able to post text from iphone to twitter with [_engine sendUpdate:[textfield text]];
But I have to post an image. Can anyone guide me?

MGTwitter engine doesnt support image uploading, but you could either use this:
https://github.com/Gurpartap/GSTwitPicEngine
or integrate that into MGTwitter engine.
Also, please state more information
about what library you are using so
that people can help YOU. People
cannot help you if they have no idea
about what you are referring to. It is only since I knew the API you are calling that I could help you.

For upload image you should use TwitPic. and use check this
Thanks

Related

EverNote Api for iphone

Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
Adding iOS sample code is a top priority. In the meantime, please have a look at http://digitalpericope.net/?p=27, which might help you get started.

Integrating weather information in iphone

Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html

Is there any iphone app that allows user to retrieve the data through google credentials?

I want to allow the user to access the data of iphone app through the google credentials. Is there any app or source code to implement same on my iphone app.
Please suggest step by step. I tried a lot of times but not succeeded.
please anyone's help will be most appreciated.
Thank you,
Madan Mohan.
Maybe a dead end, but try
http://code.google.com/p/gdata-objectivec-client/
Here is a blog http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/
Hope it helps
Update: Found this http://googlemac.blogspot.com/2009/03/using-google-apis-in-iphone-app.html

use html code in iphone

Please tell me how i put html code in my iphone app
i have to show some Hyperlinks on my app
(Please don't suggest me to use UIButton)
please provide help or sample code for it if possible
Please check here
You need to use UIWebView. There are a number of tutorials available. Please google "UIWebView tutorial".

how to upload using facebook iphone api to post image and text from iphone

Hope you all doing well, i have a one problem i want upload a small image with some text in front of that image from iphone, but not succeeded yet. I gone through some blogs and post but not find any thing like that . Please suggest me some piece of sample code how to do that..
Thanks in Advance
Have a look at FacebookConnect for iPhone. There's a library and demo code.