I am assigned to come up with a plan where an user can access facebook/twitter/emails through mobile SMS (offline). Here an offline user text his credentials to mobile network operator who in turn make a request to our application(rails) with given credentials to get the requested information of the user in text. My basic doubt is there a way to login into facebook/twitter/emails programatically ?
One alternative is to use Nokogiri like tools to send a post request. But I feel this is not a good idea. Please can anyone suggest on this ? Any APIs for this ?