Any plugin for send message in phoneGap 1.4.1 - ios5

I have made one mobile application using PhoneGap.
I have use PhoneGap 1.4.1 version.
In my application, I want to send message on some mobile no.
If any plugins is available, then pls tell me...
and if available then how to use this in ios?
Can we possible this without open native message composer?

This might be a solution to your problem.
All information is provided on the page below:
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer
Kind regards,
Mike

Related

Impliment Facebook connect phonegap (ios/android)

I am trying to implement facebook connect using phonegap for android/iOS .. But not getting any success.
Please help me.
In cordova only not achive this so u need to integrate with native code android means java ios means objective C .... so
Follow this steps
You can use that plugin.
https://github.com/phonegap/phonegap-facebook-plugin
I used it a year ago with no problem

Inner browser in Worklight App using JQuery Mobile

I want to use an inner-browser to open a webpage inside the JQueryMobile based Worklight App. Right now I am pushing user out of App to the external Safari browser on iPhone.
I do not have much experience in JQuery Mobile.
Kindly suggest how i can achieve this? Or better workaround.
Thanks
This has got nothing to do with jQuery Mobile.
Make use of Cordova's InAppBrowser (requires Cordova 2.3 so be sure to use Worklight 5.0.6).

Can I use the JavaScript facebook SDK for phonegap apps?

I am not sure whether my question is appropriate or not.
I am integrating facebook for the first time and also for the for first my app is multi-platform.
I am integrating facebook in my app for iphone and android.My question are below:
1)If i am doing it with plugin i have to do it separately for both iPhone and Android. Is there any way to integrate Facebook for both in a single effort for eg by using Javascript SDK
2)If yes what it is? and if possible any sample.
Thanks in advance
You should use phonegap-plugin-facebook-connect. It works on both iOS and Android and integrates great with iOS6 bulid in Facebook functionality.
The plugin provides a patched version of the Facebook JS API.

Twitter framework for iphone

I am trying to develop a Twitter based iPhone application which needs to send some Twitter messages and save those messages locally. But TWTweetComposeViewController in ios5 does not have the facility to save messages typed before clicking the send button. So I am thinking to use some third party frameworks for twitter integration.Please suggest me some good frameworks compatible with lower and latest ios versions.
Thanks in advance
try to use share kit sdk which will solve your problem i think ,
here is the link go through with this
http://getsharekit.com/install/

Using the Twitter API within iPhone application

I want to integrate Twitter API into my iphone application. I have read about JSON framework with iPhone SDK 2.2. But I am new to this type of application. Can anybody please explain how to integrate this Twitter's APIs with my application and how to use it. Also tell me how to open "svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only" I have downloaded this code, but I'm not sure where to go from here. Please help me in this issue. Thanks in advance.
Try MGTwitterEngine.
You might consider looking at the Stanford iPhone programming course for some basic "how to use an API" type information.
Their in-class sample app is a low-end Twitter app that uses the JSON library, you might find that a useful example.