I'd appreciate any input

Hi All,
I've been racking my brain trying to think of how to get by this problem, and I figure since there's a lot of smart people here I'll just post it and see what you guys come up with, since the consensus on this board usually amounts to the bottom line.
I have a java applet that is embeded in a facebook application, and called through a jsp page that resides on my server. Right now I am passing as parameters to the applets the urls of any facebook images that the user is tagged in, and the applet fetches and interacts with these images by calling getImage with the supplied URLs. The problem is that the images are not hosted on my server, where the applet is called from, and therefore I have to sign my applet in order to use the getImage(URL) function. I am looking for a way to somehow get the image data into these applets without having it signed.
There are a couple of ideas that I have about how to accomplish this, and Im hoping to get your input as well. One idea is to somehow save all of the images locally on my server before the applet is run, but this isn't too practical as there will be many people using it, all with there own large set of images that can change daily. Another idea is to tell the my jsp page, the one that calls the applet, to get the images before calling the applet and then somehow pass the image data as a parameter to the applet, but again I don't think there is any practical way to do this.
It just seems like overkill for a user to have to trust a certificate in order for an applet to view images posted on the internet, something that any web browser can do without security warnings. I get why it is in place, any data retrieved from an external server is seen as a potential security issue, but I'm sure you can understand my desire to get around this. Anyways I appreciate any input you guys can give, thanks for your time!

Write a simple proxy for your server that takes requests from the applet, rewrites them and forwards them to facebook. The response comes back to your server and you relay it back to the applet.
Some disadvantages:
a) it requires all images to stream through your server using alot of bandwith.
b) there are potential security issues if someone figures out the urls your applet sends to your server they could use your server as an anonymizer for accessing facebook or to perform other pranks.
your proxy could have a base url like:
http://myhost:port/facebookapplet/imageproxy/then url request to it could be of the following form:
http://myhost:port/facebookapplet/imageproxy/<path to image on facebook>?<facebook query params>matfud

Similar Messages

  • I would appreciate any input on alternative for Book production to suit my worklflow?

    Hi
    I'm trying to get into photo-book production to document my holidays, wildlife trips, etc., and I've become very frustrated with the available tools and techniques that seem to be commonly promoted. As Lightroom is the basis of nearly all of my photographic workflow, I thought that I'd see if anyone here has any experience / ideas on alternative tools / suppliers / techniques that can fit naturally with my workflow, and produce the sort of book that I want?
    As I see it, the basic drawback of everything that I've looked at is that they are based around the idea of page templates, with pre-determined cells into which you drop the photos. This seems to me to be hugely constraining.
    What I have at the end of my LR workflow, is a 'make book' collection containing the photos that I want, sorted mainly chronologically, but with some user sorting to group related photos. As far as I'm concerned, these photos are 'finished' - I'm happy with how LR has got them, and I don't want any other bit of software making further changes. In particular, they are cropped to a whole variety of shapes and dimensions to suit the subject matter, and ideally I will export them at the size that I want them to print in the book (at 300dpi or whatever is required) so that they don't need to be re-sized a second time.
    Maybe my thinking is stuck in a rut, but what I think I want is something that gives me a blank page sized canvas, onto which I can drop the photos at the right size and shape, and position them to give the layout that I want - which will probably differ in some respect for almost every page! Plus I need to add text - captions on some but not all photos, headings on some but not all pages, and occasionally blocks of free form narrative.
    I spent quite a bit of time with Blurb's Booksmart, but found that I needed to go into the rather clumsy template editor for almost every page - very tedious and frustrating. I've looked at most of the obvious European competitors - Abelli, CEWE, Bonusprint, Photobox, etc. - and they are just as constraining, if not worse.
    When Adobe originally announced a Book module for LR, I was hopeful that this might be the answer, but as lots of others have pointed out, It is even more constrained.
    The closest that I have come to getting what I want is actually the LR Print module, producing whole page JPEGs. I can drop the photos onto a custom template with no cells defined, and pull them to the size and position that I want - sizing is slightly fiddly, but very flexible. The big problem is text - no ability on custom layouts, and very limited in any case.
    So - what am I missing? Is there a technique, or a tool, or a supplier than can do what I want? Any thoughts or comments gratefully received!
    Environment:
    Lightroom 4.2
    Windows 7 64 bit
    Canon EOS 7D - 100% RAW
    Current Workflow:
    (Entirely LR apart from very occasional foray into PS for edits that LR can't do)
    Import all RAWs into LR (Copy to a new folder named with date and shoot id).
    Pass 1 - initial sort, rejecting rubbish and duplicates; assigning categories (colours); ratings (5 = worth a large print, 3 = small print, 1 = keep but don't use).
    Delete all rejects; rename all keepers (date, shoot id, sequence); backup keepers.
    Pass 2 - all develop adjustments; crop to whatever dimensions suit subject matter; revise ratings.
    (very occasional detour into PS for complex edits)
    Pass 3 - select and create seperate collections for web, slide show and book production.
    Print 5 & 4 star pics.
    Upload web gallery.
    ??Make book??

    If the Mac came pre-installed with Mavericks you can't downgrade. Have a look at mine and den.thed's comments here:
    https://discussions.apple.com/message/23946758#23946758

  • Would appreciate ANY input or Help here! Thanks

    Ok, here is my issue.. haha..
    I am currently Toronto Canada, which means my Data plan is turned off, to avoid crazy charges. My problems it that I can't download the Android 4.0 Update, which I got an email today saying I could upgrade my device.
    I tried going to Mc Donalds, but the Wifi there for some reason wouldn't connect (The little WiFi Bars were showing up, but never turned Blue, and never gave me connection) So I'm a bit confused as to how I'm going to update my device!
    Should I maybe turn on Data, even though I'm roaming, and JUST use it to download the update to 4.0, and then turn it right back off again =/
    Thanks to anyone that can help! I appreciate it!

    walk into a hotel & see if you can tie into their wi-fi.
    most public places i go with wi-fi, it's unsecured, no key.

  • WebLogic 10.3 freezes and fails to accept any input

    My configuration is Oracle 11G on Windows 2008 Server on a separate physical server is Red Hat Enterprise Linux 5 with WebLogic 10.3 installed.
    The installation was performed as specified by the Oracle guide for WebLogic 10.3. This includes setting up a Domain and then within that Domain creating a Deployment of a Standard Java application to access the DB.
    The system works for up to 20 minutes and will then stop responding to any inputs. The WebLogic server is started from a Terminal session using ./WebLogic.sh
    The logs set to the highest reporting level list the last action taken (normal user input for data request) and then nothing.
    Attempting to shutdown the WebLogic server just runs indefinitely.
    I feel like there is some step that I may be missing in this setup and would appreciate any input any have
    Thank You

    Hi,
    To begin with, superficial investigations could be to monitor the CPU usage and Java Heap Usage.
    The server logs should also suggest the resons.
    Regards.

  • In iCal - I keep getting the error message " This calendar was created by Mail" and it will not accept any input; why..??

    In iCal - I keep getting the error message “ This calendar was created by Mail” and it will not accept any input; why..??

    use Disk Utility and Verify Permisions then fix and Verify Disk and fix, this should fix it.

  • I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    You can go to the Apple online store and purcahse a copy of Mountain Lion.  This will give you a redemption code, which you can use to download Mountain Lion from the App Store.  Unfortuantely, I'm not aware of any other way to legally purchase it.  I have never seen Apple release Muontain Lion on DVD.
    In terms of Apple Service, they just need the serial number of the machine to check the purcahse date.  It is usually correct, to within a few weeks.  A quick Google search should give you the correct number to dial.
    I hope this helps.

  • I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.1 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I would delete the account and try to re-enter it. Also, you have to let your firm's IT department know that you want to sync work email on your personal devices before they actually work.

  • I am trying to restore my iphone 3g but it stops at item8 with a message unknown error occured,I cant get to step 9 to turn my phone back on,would greatly appreciate any help.Tks Kris

    I am trying to restore my iphone3g but I can only get to item 8 and then it stops and says ( could not be restored unknown error occured)
    I cannot get to step 9 to complete restore and to reactivate my phone...I would appreciate any help thank You kris

    i do that but it keeps getting stuck on the 'preparing to restore i phone' screen for a few mins before coming up with 'unknown error 1603'.
    Just doublechecking. Have you worked through the 1603-specific instructions from the following document?
    [Update and restore alert messages on iPhone and iPod touch|http://support.apple.com/kb/TS1275]

  • I have an I pad 2 . I have put things for sale on Craigslist but I cannot put pictures on the ad. Is there an app or so etching I need to be able to load the pictures to the ad. I also have an I phone4s same thing with it. Appreciate any info. Thanks iPad

    I have an I pad 2 . I have put things for sale on Craigslist but I cannot put pictures on the ad. Is there an app or something I need to be able to load the pictures to the ad. I also have an I phone4s same thing with it. Appreciate any info. Thanks iPad

    Yes there is; http://itunes.apple.com/app/+craigslist+/id373576667?alreadyRedirected=1&mt=8

  • I have an I pad 2 . I have put things for sale on Craigslist but I cannot put pictures on the ad. Is there an app or so etching I need to be able to load the pictures to the ad. I also have an I phone4s same thing with it. Appreciate any info. Thanks

    I have an I pad 2 . I have put things for sale on Craigslist but I cannot put pictures on the ad. Is there an app or so etching I need to be able to load the pictures to the ad. I also have an I phone4s same thing with it. Appreciate any info. Thanks

    There are Craigslist apps that are nice, but trying using copy paste. Go to your photos, select the photo. Hold down your finger on it to copy. Then in the body of the post, hold down your finger and select paste.

  • System crashes when i use any input field after installing Maverick

    Hello all.
    I have a 2010 macbook air, and have just installed Maverick OS.
    Now every time i go to any input field to type in a web address or apple id, the system crashes
    and re-boots. Tried to alter keyboard properties nothing works.
    I presume i will have to do a factory re-set, because i can not load any updates because I am asked
    for apple ID, which i cant enter because computer crashes... Oh right i mentioned that already ;)
    Help advice welcome!
    Rgds from frustrated in Sweden!!!!

    There was an issue similar to this that was resolved with DAQmx 9.3 update. If you haven't done so already, update the driver to 9.3 and try again. If not, try opening an example (like, say, Hardware I/O->DAQmx->Analog Meas->Voltage->Cont Acq&Graph Voltage-Int Clk-Analog Start.vi), and try running that standard example. If the example works and you still have difficulty with your application, could you post information about your project and what navigational steps you take to make the error occur? Try also opening the VI inside and outside of a project (this would diagnose a symptom of the issue resolved by DAQmx 9.3).
    - Regards,
    Beutlich

  • While playing a game my iphone went completely frozen, it does not respond to any input, not even to holding down the on/off hey. Any ideas?

    While playing a game my iphone went completely frozen, it does not respond to any input, not even to holding down the on/off hey. Any ideas?

    Try a reset. That is holding the sleep/wake and home button together until you see the Apple logo and release. That will reset the iPhone, but will not affect your data.
    Thanks! It worked just fine!
    MRP66

  • Could you please provide me any inputs for this interesting requirement

    Hi Experts,
    I need to create a <b>report to diplay all reports</b> (such as z or A or any reports) <b>accessible through the SA38</b>, its title, last used (in past 1 year), how many time it was used per past 1 year, and number of different users. Any inputs on this would be very much helpful.
    Thanks in advance,
    Viven

    Interesting but not possible, to do that you need to have already implemented a trace function inside each program one year ago.
    SAP didn't save this kind of data.
    You could always have a look of the transaction STATTRACE.
    Fred

  • When i plug my ipod into my computer it is not recharging.  The computer doesn't even acknowledge that it is plugged in. Any ideas why? It does have power left so i can use it but i want to recharge it of course.  Any input is appreicated.

    When i plug my ipod into my computer it is not recharging.  The computer doesn't even acknowledge that it is plugged in. Any ideas why? It does have power left so i can use it but i want to recharge it of course.  Any input is appreicated.

    Plug it into the wall using the supplied charger.
    Barry

  • Hi, after upgrading to ios6 on my ipad2 I no longer able to view video from my ip camera, appreciate any suggestion

    Hi, after upgrading to ios6 I'm no longer able to view video on my iPad2, occasionally it's ok after turning on  and off wifi, also having problems signing in to my yahoo emails.these problem happens on my iPhone4s too. Appreciate any suggestions

    Any luck so far?

Maybe you are looking for

  • I want to send a response from the servlet and then call another servlet.

    Hi, I want to send a response from the servlet and then call another servlet. can this happen. Here is my scenario. 1. Capture all the information from a form including an Email address and submit it to a servlet. 2. Now send a message to the browser

  • Installation program start and end date

    My requirement is to capture both start and finish dates for an installation program. Will likely require 2 new fields at order line item level. I was thinking about using USEREXIT_MOVE_FIELD_TO_VBAP. But where do I find the install information to mo

  • My macbook DIED!!! Help!

    My macbook just died when synking/updating my iphone. Tried to take out battery but still totlly dead. Panic... Help anyone? Please.

  • FBZP problem

    Dear Experts, In FBZP, we have house bank and bank determination. In vendor and customer master data, sap also have bank account data. Is there any relationship between bank account data in both of them? We have cases that bank subaccount in FBZP (ba

  • Add Customer_PO number to SQR Invoice

    I need to add customer po number to our invoice.I am very new to PeopleSoft and SQR when I look at biivcpn.sqr and bisubp00.sqc I can't tell where(What Table) it pulls from How do I tell that? How do I need to add the Customer PO line to bisubp00.sqc