Regarding  Google Adwords API

Hi Friends,
I have a requirement of getting the sponsored links from the Google search page. I tried it using a URL class, I could get the whole page, but my requirement is to get the URLs of all the Sponsored Links in the Google Page . I am posting my code here,
import java.net.*;
import java.io.*;
public class Parsing
public static void main(String args[]) throws Exception
String line = null;
StringBuffer sb1=new StringBuffer();
BufferedReader buffer;
URL url = new URL("http://www.google.com/search?hl=en&q=adwords&meta= ");
URLConnection myConn = (HttpURLConnection)url.openConnection();
myConn.setRequestProperty("User-agent","");
buffer = new BufferedReader(new InputStreamReader(myConn.getInputStream()));
while ((line = buffer.readLine()) != null) {
sb1.append(line);
System.out.println(sb1);
Please help me by suggesting the necessary changes that are needed to done in the coding to get my requirement.
I apologize for my poor English
Thanks in advance
Regards,
Bindu.

See reply #2 from this thread:
http://forum.java.sun.com/thread.jspa?threadID=787097

Similar Messages

  • One or more errors occurred using google drive api

    Hi,
    I am trying to use the Google Drive API in my C# application with the below code but getting the following error:
    System.AggregateException was unhandled
    HResult=-2146233088
    Message=One or more errors occurred.
    Source=mscorlib
    StackTrace:
    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
    at System.Threading.Tasks.Task`1.get_Result()
    at WindowsFormsApplication1.frmMain.btnUpload_Click(Object sender, EventArgs e) in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\main_form.cs:line 35
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
    at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
    at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
    at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
    at System.Windows.Forms.Application.Run(Form mainForm)
    at WindowsFormsApplication1.Program.Main() in c:\Users\CakeBoutique\Documents\Visual Studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Program.cs:line 26
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    InnerException: System.IO.FileNotFoundException
    HResult=-2147024894
    Message=Could not load file or assembly 'Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    Source=Microsoft.Threading.Tasks
    FileName=Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    FusionLog==== Pre-bind state information ===
    LOG: User = JASSIM-RAHMA\CakeBoutique
    LOG: DisplayName = Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    (Fully-specified)
    LOG: Appbase = file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/
    LOG: Initial PrivatePath = NULL
    Calling assembly : Google.Apis.Auth.PlatformServices, Version=1.8.1.31699, Culture=neutral, PublicKeyToken=null.
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Users\CakeBoutique\documents\visual studio 2012\Projects\WindowsFormsApplication1\WindowsFormsApplication1\bin\Release\WindowsFormsApplication1.vshost.exe.Config
    LOG: Using host configuration file:
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Post-policy reference: Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.16.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.DLL.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    LOG: Attempting download of new URL file:///C:/Users/CakeBoutique/documents/visual studio 2012/Projects/WindowsFormsApplication1/WindowsFormsApplication1/bin/Release/Microsoft.Threading.Tasks.Extensions.Desktop/Microsoft.Threading.Tasks.Extensions.Desktop.EXE.
    StackTrace:
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
    at Microsoft.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at Microsoft.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
    at Google.Apis.Auth.OAuth2.GoogleWebAuthorizationBroker.<AuthorizeAsync>d__1.MoveNext() in c:\code\google.com\google-api-dotnet-client\default\Tools\Google.Apis.Release\bin\Debug\output\default\Src\GoogleApis.Auth.DotNet4\OAuth2\GoogleWebAuthorizationBroker.cs:line 54
    InnerException:
    here is the code:
    UserCredential credential = GoogleWebAuthorizationBroker.AuthorizeAsync(
    new ClientSecrets
    ClientId = "xxxxxxxxx",
    ClientSecret = "xxxxxxxxx",
    new[] { DriveService.Scope.Drive },
    "user",
    CancellationToken.None).Result;
    // Create the service.
    var service = new DriveService(new BaseClientService.Initializer()
    HttpClientInitializer = credential,
    ApplicationName = "Drive API Sample",
    File body = new File();
    body.Title = "My document";
    body.Description = "A test document";
    body.MimeType = "text/plain";
    byte[] byteArray = System.IO.File.ReadAllBytes("c:\\temp\\mygdriver.txt");
    System.IO.MemoryStream stream = new System.IO.MemoryStream(byteArray);
    FilesResource.InsertMediaUpload request = service.Files.Insert(body, stream, "text/plain");
    request.Upload();
    File file = request.ResponseBody;
    Console.WriteLine("File id: " + file.Id);
    Console.WriteLine("Press Enter to end this process.");
    Console.ReadLine();
    Kindly advise...

    Hello,
    For issues regarding google APIs, please post it to:
    https://developers.google.com/maps/support/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Google search api using c#

    hello 
    i want to deal with google search api to return a list of url.
    like i want to search for the word : mobile
    so it will return to me a list of all the url would appear in google.com
    just the url ... I didn't use google search api before 
    so any one can help me ?
    note : i need it in c# language.
    note 2 : i need all the url that appear in search.

    Hi
    Samy,
    Like your title mentioned, your case related to google search api. This is the third-party Api.
    I am afraid this is out of our support.  Please ask in their special forum. Here is the link:https://developers.google.com/places/forum
    Thanks for your understanding.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Google Adwords Integration

    Hi All,
    Is integration possible with Google adwords.
    Can we link an existing Google Adwords account to OCRMOD for Google Adwords?
    Regards,
    Ratan N
    Edited by: user10685244 on Jul 14, 2010 6:50 PM

    Airtight Interactive actually has three free slideshows...
    http://www.airtightinteractive.com/simpleviewer/
    http://www.airtightinteractive.com/projects/postcardviewer/
    http://www.airtightinteractive.com/projects/autoviewer/
    All of which are awesome slideshow galleries to show off your photos. If you like any of these three slideshows, you must run (don't walk) and get iPhoto Export...
    http://www.apple.com/downloads/macosx/imaging_3d/iphotoexport.html
    http://www.hagus.net/taxonomy/term/14 <===latest version
    iPhoto Export makes it unbearably easy to create simpleviewer, postcard viewer, and autoviewer slideshows directly from your iPhoto albums! Amazing.

  • Google Visualization API: Organizational Chart

    Hi friends,
    Have anyone done Organizational Chart using Google Visualization API..........in Apex 4.0
    As my application needed an organizational chart.
    Im using the theme Standard Red-------->theme 1 for my application.......
    Can anyone help me in achieving this chart to my application from the scratch........
    Thanks for your kind help for this issue throughout.......
    I have gone through Jari's organization chart that he built in the below link, it is excellent..
    http://actionet.homelinux.net/htmldb/f?p=100:51
    How to achieve of the same type....
    Regards,
    Mini...
    Edited by: Mini on Mar 28, 2011 5:38 AM

    Hi jari,
    I followed the link given by you, soon after downloading the google visualization plugin as vee said,
    I tested it in my application, simply by creating a blank page.....
    IN that page html header i just copied and paste the JavaScript coding given in the insum's link just for testing..
    And also i have added the application process coding "GET_EMPLOYEES_RELATIONSHIP" for my application...
    I setted this application process "On Load: After "Body" Region(s)"
    If i ran the page means, it is just showing the below code...It is not showing the example org chart given in the insums solution link
    http://apex.oracle.com/pls/otn/f?p=987654321:39
    [{'emp_empno':'5200','emp_ename':'SRIDHAR','mgr_empno':'4500','mgr_ename':'hariprasad'},{'emp_empno':'1222','emp_ename':'fac587','mgr_empno':'5222','mgr_ename':''},{'emp_empno':'2133','emp_ename':'sagar','mgr_empno':'7888','mgr_ename':'ANDY'},{'emp_empno':'7820','emp_ename':'brutusrome','mgr_empno':'210','mgr_ename':'SARO'},{'emp_empno':'7566','emp_ename':'JONES','mgr_empno':'7839','mgr_ename':'KING'},{'emp_empno':'7782','emp_ename':'CLARK','mgr_empno':'7839','mgr_ename':'KING'},{'emp_empno':'7698','emp_ename':'BLAKE','mgr_empno':'7839','mgr_ename':'KING'},{'emp_empno':'7900','emp_ename':'JAMES','mgr_empno':'7698','mgr_ename':'BLAKE'},{'emp_empno':'7844','emp_ename':'TURNER','mgr_empno':'7698','mgr_ename':'BLAKE'},{'emp_empno':'7654','emp_ename':'MARTIN','mgr_empno':'7698','mgr_ename':'BLAKE'},{'emp_empno':'7521','emp_ename':'WARD','mgr_empno':'7698','mgr_ename':'BLAKE'},{'emp_empno':'7499','emp_ename':'ALLEN','mgr_empno':'7698','mgr_ename':'BLAKE'},{'emp_empno':'7934','emp_ename':'MILLER','mgr_empno':'7782','mgr_ename':'CLARK'},{'emp_empno':'7902','emp_ename':'FORD','mgr_empno':'7566','mgr_ename':'JONES'},{'emp_empno':'7788','emp_ename':'SCOTT','mgr_empno':'7566','mgr_ename':'JONES'},{'emp_empno':'7876','emp_ename':'ADAMS','mgr_empno':'7788','mgr_ename':'SCOTT'},{'emp_empno':'7369','emp_ename':'SMITH','mgr_empno':'7902','mgr_ename':'FORD'},{'emp_empno':'7839','emp_ename':'KING','mgr_empno':'','mgr_ename':''},{'emp_empno':'354','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'1001','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'3212','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'5466','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'3213','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'5222','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'4555','emp_ename':'','mgr_empno':'','mgr_ename':''},{'emp_empno':'566','emp_ename':'casca','mgr_empno':'','mgr_ename':''},{'emp_empno':'123','emp_ename':'BOTHA','mgr_empno':'','mgr_ename':''},{'emp_empno':'5555','emp_ename':'JARI','mgr_empno':'','mgr_ename':''},{'emp_empno':'1252','emp_ename':'sabi','mgr_empno':'','mgr_ename':''},{'emp_empno':'4545','emp_ename':'Sriram','mgr_empno':'','mgr_ename':''},{'emp_empno':'7888','emp_ename':'ANDY','mgr_empno':'','mgr_ename':''},{'emp_empno':'8700','emp_ename':'B','mgr_empno':'','mgr_ename':''},{'emp_empno':'4','emp_ename':'muthu','mgr_empno':'','mgr_ename':''},{'emp_empno':'7875','emp_ename':'DUMINY','mgr_empno':'','mgr_ename':''},{'emp_empno':'6500','emp_ename':'yamunamath','mgr_empno':'','mgr_ename':''},{'emp_empno':'7777','emp_ename':'senthil','mgr_empno':'','mgr_ename':''},{'emp_empno':'645','emp_ename':'amla','mgr_empno':'','mgr_ename':''},{'emp_empno':'4500','emp_ename':'hariprasad','mgr_empno':'','mgr_ename':''},{'emp_empno':'3121','emp_ename':'tsotobe','mgr_empno':'','mgr_ename':''},{'emp_empno':'5645','emp_ename':'pravisht','mgr_empno':'','mgr_ename':''},{'emp_empno':'1254','emp_ename':'caesar','mgr_empno':'','mgr_ename':''},{'emp_empno':'8542','emp_ename':'bharathi','mgr_empno':'','mgr_ename':''},{'emp_empno':'3746','emp_ename':'jerry','mgr_empno':'','mgr_ename':''},{'emp_empno':'212','emp_ename':'SMITH','mgr_empno':'','mgr_ename':''},{'emp_empno':'7200','emp_ename':'trent','mgr_empno':'','mgr_ename':''},{'emp_empno':'8999','emp_ename':'YAM','mgr_empno':'','mgr_ename':''},{'emp_empno':'100','emp_ename':'RAJULINGAM','mgr_empno':'','mgr_ename':''},{'emp_empno':'210','emp_ename':'SARO','mgr_empno':'','mgr_ename':''},{'emp_empno':'3246','emp_ename':'ragu','mgr_empno':'','mgr_ename':''},{'emp_empno':'4201','emp_ename':'ingram','mgr_empno':'','mgr_ename':''}]
    Since i have also downloaded the google org plugin.....Then also it didnt worked..
    Regards,
    Mini

  • Communication problem when using Google Font api

    Hi
    When I try linking to the Google font api I receive a communication error in BrowserLab. The page renders OK outside of BrowserLab in my usual browser and if I remove the link then the page works in BrowserLab (but obviously doesn't include the fonts).
    I have tried increasing the delay time but still no luck.
    Is this something that just won't work? I'd love to be able to use BrowserLab to help build out my site but can't at present.
    The page in question is http://rockingdesign.co.nz.
    Thanks for looking,
    Tim

    Hi Tim, I just tested that link in BrowserLab and I don't think I'm seeing any issue. I'm attaching a screenshot of Firefox 4 Windows taken by BrowserLab. I didn't get any error, and the screenshot looks ok to me.
    Was this possibly a temporary issue or do you not have the proper link back in? If you still see it, can you give me more info, the exact error message you see, and possibly a screenshot?
    Thanks,
    Mark

  • Google Contacts API 2.0: Add option to select which groups are synced

    This has been a requested issue for quite some time now:
    *1) Add an option to control what Google Contact groups are synced in ITunes*
    Currently, if you sync to Google Contacts, iTunes will pull in EVERY contact from your Google Contact list. That includes those contacts filed under "Suggested Contacts", which lists contacts you email on a frequent basis. The workaround for this is to delete your Suggested contacts every time you sync your iPhone, or risk the issue of having hundreds of new junk contacts in your iPhone.
    I understand that there was an issue in the Google API before, the issue being that there was no way to distinguish between which group the contacts were coming from. That issue is now gone, it was corrected in the update of the Google API to 2.0 on December 12th. Now, when syncing, the ability to distinguish which groups the contacts exist in is there. Below is the documentation of those changes:
    http://code.google.com/apis/contacts/docs/2.0/developers_guide.html
    With Google's update, the iTunes implementation of syncing Google Contacts can allow the selection of only specific groups to sync.
    As said before, this is basic functionality that has been requested by many for a long time (search Google if you don't believe me), and I hope and pray that the wonderful iTunes/iPhone gods will bestow upon us the ability to select Google Contact groups in the near future. Are there any plans to add this functionality? If so, when might we expect an update?

    Hello Blindbug.
    I do apologize. But this is a user to user community. And no one here knows when or if certain features or products will be released unless there has already been a public announcement by that company released for everyone to view and read.
    If I can be so kind as to refer you to iPhone feedback below. And you may wish to also spend some time going to google's site and submitting feedback as well.
    http://www.apple.com/feedback/iphone.html

  • How to import a Google Map API Map in Adobe Muse

    Hello,
    I'm trying to import on Adobe Muse a Google Maps custom map that I have created with the API google maps... But I have problems with writing the HTML code...
    I tried to import that one for exemple:
    https://developers.google.com/maps/documentation/javascript/examples/map-simple?hl=fr
    But nothing happens in Adobe Muse... just a blue square with "html" written on the left top of the square...
    Thanks for the help!

    Hi!
    You have to create to go to "insert html code" in the Muse menu.
    Then follow the steps in these websites, some are in french...sorry about that! but It's not difficult to understand, or use google translate.
    http://www.html5-css3.fr/html5/tutoriel-api-google-maps-geolocalisation-html5
    https://developers.google.com/maps/documentation/javascript/examples/map-simple?hl=fr
    http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html ==> for creating the customized map
    http://www.code-web.org/post/2010/03/04/Google-Map-API-V3-%3A-Placer-un-marker-sur-la-cart e ==> for customized markers
    https://developers.google.com/maps/documentation/javascript/examples/map-geolocation?hl=fr &csw=1
    https://developers.google.com/maps/documentation/javascript/tutorial?hl=fr
    http://www.lafermeduweb.net/tutorial/mettre-en-place-la-google-maps-personnalisee-sur-ses- pages-web-p105.html
    Hope this will help!

  • Integrate Google Calendar API with Business Catalyst

    Hi there,
    I don't think this can be done but thought I'd ask here before throwing in the towel.
    I have a client website that uses an embedded Google Calendar. Uses iframe, works great, no issues.
    The client (a school) would like to display a list of upcoming events for the year (term dates, holidays, important events, etc), using info from the Google Calendar (which we input in the Google Apps end).
    I've looked at the "Agenda View" (Change calendar views - Calendar Help) but it is too inflexible to accomplish what I'm wanting. I've also tried FullCalendar (FullCalendar - Full-sized Calendar jQuery Plugin) and this also insufficient for what we're trying to do. I've also looked into is parsing the Google Calendar RSS feed as a list of events, but I believe I need access to server-side code for this.
    I'm sure the Google Calendar API will enable me to do everything I want but my understanding is that it relies on being able to access server-side code which of course isn't possible with BC.
    Has anyone found any way to integrate the Google Calendar API, or have any workarounds, suggestions, etc, that I haven't already covered?
    Thanks in advance for your time and help.
    Luke

    Credit goes to Mario for this post here: Display an external RSS feed in BC? which ended up providing the solution to my problem.
    You can display public Google Calendar info via RSS by going to Settings > Shared: Edit Settings (under the Sharing column) > Calendar Details tab > Calendar Address (click on the XML icon)
    This will provide a feed address which can then be displayed using zRSSFeed as per Mario's post.

  • Firefox 3.6.3 is not supported by the Google Font API

    I have Firefox 3.6.3 on my Macbook, but is only detected as 3.0.1on this form. When I link to the Google font website, it says, "We're sorry, but your browser is not supported by the Google Font API. To browse the fonts in the Google font directory please switch to a more modern browser." So I have to use Safari to get to the page.
    == URL of affected sites ==
    http://code.google.com/webfonts

    Maybe this article will help - [[Websites or add-ons incorrectly report incompatible browser]]

  • How to use Google weather API in flex?

    Hi there,
    I have 2 services.
    ServiceONE : http://api.locationservice.com/city/key=123abc
    ServiceTWO: http://www.google.co.in/ig/api?weather='anyCityName'
    I am using HTTPService for both. Firstly I fetch result which gives me city name, by sending ServiceONE. And then, I am assigning this city name to SericeTWO and sending it, which gives me weather details about that city.
    I am hosting my applicaition on some server, http://www.somethirdpartyserver.com/myaccount/myflexstuff/MyWeatherApplication.html
    Since it tries to access http://api.locationservice.com/city/key=123abc and http://www.google.co.in/ig/api?weather='anyCityName', I would need to have crossdomain.xml in them.
    Fortunately I could find http://api.locationservice.com/crossdomain.xml, which has:
    <?xml  version="1.0" ?>
    <!DOCTYPE  cross-domain-policy (View Source for full doctype...)>
    - <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all" />
    <allow-access-from domain="*" secure="true" />
    <allow-http-request-headers-from domain="*" headers="*" secure="true" />
    </cross-domain-policy>
    Which mean, any server can access it.
    But unfortunately, I couldnot find something similar in http://www.google.co.in/crossdomain.xml. Though xml is there, the code is different:
    <?xml  version="1.0" ?>
    <!DOCTYPE  cross-domain-policy (View Source for full doctype...)>
    - <cross-domain-policy>
    <site-control permitted-cross-domain-policies="by-content-type" />
    </cross-domain-policy>
    It doesn't allow any access to any domain.....
    I've already developed the weather gadget in flex but I cant host it for use anywhere, because of this security issue
    Can anyone kindly help me how can this be resolved?>?
    -Deepak

    @ PaulH
    Yes, after few more searches I came across php proxy solution. I should have checked about availablity of crossdomain file in the root of the api, which I didn't and started off with the development.
    For now I'll use this php proxy and use Google weather api. And yes, as you said, it's not official. Can get changed\removed, which will surely affect my code.
    Thanks for http://www.worldweatheronline.com/, may be I'll try to implement it with this api soon and make my app completely stable!
    Came across another great api for weather which too has crossdomain! http://www.wunderground.com
    I've uploaded the widget right here: http://deepflex.blogspot.com/2011/03/weather-widget.html
    @alexsliced
    Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform. Flex applications can be written using Adobe Flash Builder or by using the freely available Flex compiler from Adobe.
    You can find more about it here:
    http://flex.org/what-is-flex
    http://en.wikipedia.org/wiki/Adobe_Flex

  • Where is the Google Web APIs Developer's Kit and developer's license key???

    Hi!
    I'm trying to follow the web services tutorial on page 490 of the Oracle JDeveloper 10g Handbook (written in 2004 so it is a little dated). Part I of the tutorial is to register with Google and download the Google Web APIs Developer's Kit, but I can't find it anywhere (at least not with that name). Does anyone know where is it?
    On a related topic, this tutorial (http://www.oracle.com/technology/oramag/webcolumns/2003/techarticles/balusamy.html) talks about a Google developer's license key (Understanding Google Web APIs section), but again, when I created a Google account I did get a confirmation email, but no second email with no key. Where do I find this?
    TIA for any help.

    what type of application?
    Here is the basic of how to use a Web service in a JSF/ADF based application:
    http://www.oracle.com/technology/products/jdev/viewlets/1013/WebServicesAndADF_viewlet_swf.html
    and this section of the how-to shows you how to create a basic Java client:
    http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm#t6s1

  • IOS7 causing website using Google Maps API to crash

    Browsing websites that use the Google Maps API cause the browser to crash since upgrading to IOS7. This wasn't the case with IOS5 or 6. This is a known issue on the Google Code forums to do with the way IOS7 handles memory usage. (https://code.google.com/p/gmaps-api-issues/issues/detail?id=5815). Apple devices running IOS7 are the only devices that seem to be affected. Does anyone know if Apple plans to resolve this in a future software release?

    Your only evidence for this "known issue" is a Stackoverflow thread where the issue is claimed to be fixed.

  • Google Maps API Key V3???

    We are in the middle of integrating a real estate website for our client and found that the Google Maps API keys have changed.
    Have followed the instructions found on: https://developers.google.com/maps/documentation/javascript/tutorial#api_key But we still receive an error stating our application is not authorised to use the API.
    Does this mean Google Maps is not authorinsg Business Catalyst anymore? (Perhaps since the integration of BC into the Adobe ecosystem??)
    Is anyone else having this issue or can anyone please urgently advise?

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

  • IWeb page generates IE9 error for Google Maps API key

    My iWeb site generates an error in IE9 "This web site needs a different Google Maps API key". Is there any fix in iWeb for this?
    I've found this link that offers a solution for IE9 users. It seems to be a bug with IE9 mixed content security settings, but people will blame my website and not their browser
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/ie-9-is-telling-me-my- website-needs-a-different/59bfa1ed-f757-e011-8dfc-68b599b31bf5
    Excerpt from that site "Okay, I resolved the issue. I went into my Security settings. Under Miscellaneous I changed Display mixed content to "Enable". I believe there is a bug in the Display mixed content feature. I should be able to keep the setting at "Prompt", then see the content when I click the appropriate option when prompted. I believe the Google Maps API message was shown in error."

    You have to get your own API key: https://code.google.com/apis/console/
    My map uses a custom solution (Web Apps & Google Maps API V3) and is still working fine.

Maybe you are looking for