0

PHP: Google URL Shortener (With Authorization Key): analytics

Posted by Joys of Programming on in JSON, PHP

Google provides URL shortening service goo.gl along with an API. In one of our previous post, we discussed how to make anonymous calls to the service, especailly for shortening, expanding and analytics. But anonymous calls has certain limits, you can not make a large number of calls in a single day. So you can make [...]

Tags: , ,

 
0

PHP: Google URL Shortener (With Authorization Key): expand

Posted by Joys of Programming on in JSON, PHP

Google provides URL shortening service goo.gl along with an API. In one of our previous post, we discussed how to make anonymous calls to the service, especailly for shortening and expanding. But anonymous calls has certain limits, you can not make a large number of calls in a single day. So you can make use [...]

Tags: , ,

 
0

PHP: Google URL Shortener (With Authorization Key): shorten

Posted by Joys of Programming on in Curl, JSON, PHP

Google provides URL shortening service goo.gl along with an API. In one of our previous post, we discussed how to make anonymous calls to the service, especailly for shortening. But anonymous calls has certain limits, you can not make a large number of calls in a single day. So you can make use of the [...]

Tags: , , ,

 
0

PHP: Google URL Shortener: expand

Posted by Joys of Programming on in JSON, PHP, Web

Now since you have been able to successfully shorten an URL, it’s time to see how to expand a shortened URL. The following program shows how to expands a shortened URL without making use of a key. Let’s execute the above program with a shortened URL

Tags: , ,

 
0

PHP: Google URL Shortener API Tutorial with Examples

Posted by Joys of Programming on in JSON, PHP

Google has released the Google URL Shortener API. This means that you can make use of this service in your websites, clients and programs. What this means to the developer is that he can access the Google URL shortener service through REST calls in his programs. The API is released as a web service. The [...]

Tags: , ,

 
5

json_object_new_object: Creating a new Json object

Posted by Joys of Programming on in C/C++, JSON, json-c

json_object_new_object is used to create a new json object. Once you create a json object, you can add more objects to it. The syntax of the function is As you can see, it returns a pointer to the json object The following program shows the usage of the function The output of the program is [...]

Tags: , , , ,

 
0

json_object_is_type: Check the type of json object

Posted by Joys of Programming on in C/C++, JSON, json-c

json_object_is_type is used to check whether the type of the json object is same as that of the specified type. So you can easily guess that the function takes two arguments The output of the program is something like this The input to the program is

Tags: , , ,

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.