Difficulty accessing Google Search API with Flex
- by CM
Hi -
I am trying to get the number of incoming links to a page through the Google Search API.
It is not working (just returning Null)
Here is the code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();" width="320" height="480"…