SMS integration in rails 3 - ruby-on-rails-3

Is there any gem or API's that provides the SMS integration in rails 3 application. I tried with sms_fu but the carrier is not available for India. Is any other alternative is there. Please help me as soon as possible. Thanks in Advance.

Use Twilio Api
First register in twilio and get sample Phone-No and follow the below link
http://www.twilio.com/docs/ruby/install

Related

Need Whatsapp api for sending messages from my PHP project

i want to know if there is any whatsapp api that can help me to send messages from my php project because after some research i found that whatsapp doesn't have any api for developers..
someone can help me please?
I used Google :
A quick google search with the proceeding query : "WhatsApp PHP API" gives us many results , the first result is a github page made by mgp25 a well known member of the github dev community.
Good luck!
You are absolutely right that whatsapp does not published the api for the such chatting using php .
By the way you can use the sharing uri to share text messages who have whats appp installed in their device or web chat option for whatsapp
Chat API: https://api.whatsapp.com/send?phone=15551234567
Custom URL: Scheme whatsapp://send?text=hello world
First one is used to open chat with the desired phone number and the second one is used to share some test as custom url format.
Whatsapp is now maintain by facebook and it has created a api for business to communicate with customers .
This it has launched api for whatsapp as well as for Facebook instagram .
You can have a look on the documentation portal for whatsapp api for more details
https://developers.facebook.com/docs/whatsapp/api/reference
Also there are partners of Facebook who give ready made solution to the productivity.

How to use magento api with iOS app

I want to use Magento custom API with iOS app.
What option we have to develop such a application.Magento SOAP or REST or anything else is useful in this case.
Please suggest me best way.
Thanks
You have to setup API roles and users in Magento. After that you can use these credentials to fetch and update data in Magento.
Check this http://www.codepetals.com/setup-your-magento-store-for-integration-with-mobile-app-or-an-erp/

Phonegap/Cordova App to connect a api

I have a simple REST API made in Rails with output data in json format.
I want create a phonegap app to connect and consume the API resources. someone know a tutorial to do this.
I am only a junior backend dev and no know about mobile apps.
Thanks in advance
forget, i found this Cordova Tutorial that use jQuery Ajax

Blackberry twitter connect using oAuth and twitter api me library

I'm building an application for BB to connect to twitter.
Does anyone know how to use "twitter api me library" to connect to twitter using oAuth (not xAuth), and give me an example working code?
I suggest you to read the project's wiki page. There are some good code snippets that may help you on this matter.
http://kenai.com/projects/twitterapime
Regards,

Twitter integration in Blackberry Application and Twitter api

I'm trying to integrate twitter to my blackberry application and i've downloaded twitter4j api but i doesn't seem to work out because eclipse doesn't support some of the classes which api have.If u've any idea as to how do i go abt that please reply.
I have done Twitter integration in BlackBerry.
And I have post entire source code on the blackberry support fourm.
You all can get code from there
I am using twitter_api_me-1.8.jar for twitter integration.
http://supportforums.blackberry.com/t5/Java-Development/Twitter-is-Integrated-in-BlackBerry/m-p/1698157
Pawan Jha
Thanks