768x90 Getting Online Shouldn't be Tough- $7.49 .com Domains at Go Daddy

Create and Update Google Contact from Ruby without Batch

There's less information about ruby on rails method in google contact. I would like to share you about how to export new google contact / create new google contact from our table contacts through Ruby.in my contacts_controller.rb, i wrote this scriptclass ContactsController < ApplicationController require 'yaml' require 'cgi' before_filter :prepare_google_contact, :expect => [:create, :update] CONTACTS_SCOPE = 'http://www.google.com/m8/feeds/' def create @contact = Contact.new(params[:contact])...

Basic Authentication in Flex or Air

After discussing about AuthSub and ClientLogin in Google in Flex or Air, now I would like to step forward about Basic authentication in Flex or Air. To know more about Basic Authentication please browse to this link https://mail.google.com/mail/feed/atom/all , you will be asked by pop up window to enter your login information right? now let we see how to handle it :<mx:VBox xmlns:mx = "http://www.adobe.com/2006/mxml" width = "100%" height = "100%" verticalAlign...

AuthSub Authentication on Flex or Air

There are 3 types of authentication on when you are accessing website nowdays, they are :AuthSub / ClientLogin authentication, this authentication uses credential login information and give back to you authentication token that will be used on header as security login token to make you available login in 24 hours.OAuth authentication, this authentication is using secret key and customer key, more secure than AuthSub, this kind authentication will use your token and secret token in header Authentication...

How to make Air Application become iPhone SDK

Adobe air is great and smooth desktop application, many developers of Air dream their application can be installed into iPhone SDK. Now that dream come true. Thanks to my friend auraAnar for this great information :First thing you do is downloading editor Eclips (like Flex Builder) from openplug.com, once you have successfully download it, create new project, in this show case i would to create sample...

AutoLogin to google account in Air without Oauth

i believe a part number of you there want their application allow the user to enter google account credential information to access the page, right? It's like i were faced off in my project. So how we will do it ? If you use webservice, here's the information you should send to air application : Google Account Credential Information and CallBack Url (the next url you want go after login)I believe to access protected google page it will asked thridparty login, right? Note: OAuth, AuthSub and ClientLogin...
 
powered by Blogger