url signer and creation of short-urls using Jquery, JSON, Ruby, RAILS Programming Web Development by zack000smith … am using the 'url_shortener' gem and code: authorize = UrlShortener::Authorize.new 'xxxxxxx', 'yyyyyyy' client = UrlShortener::Client.new(authorize) # My Approach: # for creating… Re: shortner not working Programming Web Development by UK-1991 …(); $url = $_POST['url']; $key = 'https://www.googleapis.com/urlshortener/v1/url'; $googer = new URLAPI($key); $shortDWName = $googer->… UrlApi { function URLAPI($key,$apiUR = 'https://www.googleapis.com/urlshortener/v1/url?key=AIzaSyC-MuCl9FiuXwhrEB1h_kVByBDkryg_zAM') { $this->apiURL = $… Re: shortner not working Programming Web Development by UK-1991 …($postData); $curlObj = curl_init(); curl_setopt($curlObj, CURLOPT_URL, 'https://www.googleapis.com/urlshortener/v1/url'); curl_setopt($curlObj, CURLOPT_RETURNTRANSFER, 1); curl_setopt($curlObj, CURLOPT_SSL_VERIFYPEER, 0… Re: url signer and creation of short-urls using Jquery, JSON, Ruby, RAILS Programming Web Development by LastMitch >Id really appreciate if someone can help me with most parts of the above features!Can someone please guide me with code for this? **@zack000smith** A lot of Daniweb members will have a hard time assisting with this because it's alot of work. You can't expect someone to guide you with this. Either you solve on your own or pay someone to do it…