Has anyone implemented Facebook SSO on Android using Adobe AIR ANE?

Has Anyone implemented Facebook SSO on Android using Adobe AIR ANE?
All help would be appreciated

Hi,
We have two ANE's for this, one is a basic single sign on and the other is a full FB API implementation.
Single sign on:
http://distriqt.com/product/air-native-extensions/facebook-utils
Full API:
http://distriqt.com/product/air-native-extensions/facebookapi
Cheers

Similar Messages

  • Play SWF file in Android using Adobe AIR.

    Hi All,
         I have a group of SWF files. I want to play these files in my Android Application using Adobe AIR. Is it possible? If yes, can anyone tell me how to do this.

    Is it a plain ActionScript3 project? if so, from memory, this should be enough:
    var loader:Loader = new Loader();
    loader.load(new URLRequest("yourswf.swf"));
    addChild(loader);
    Of course, you can get more control over the loading process, this may result in error if you paste down the code as is in a class that is not a subclass of DisplayObjectContainer, etc.

  • Flash built app with in-app purchases using Adobe AIR

    I am working on building an app using flash which will run on desktop/ios/android, using adobe air to publish the final content. I am pretty proficient using flash, but not so much in actionscript.
    The idea for the app is one of a library where a user can read a free book (short story really) and then have the option to purchase other stories via in-app purchases.
    Does anyone know how this would work best? Should those short stories be located in separate movie clips within the app and are just locked and invisible until the user makes payment? Then when paid they are made visible for the user to read? Or should be be held somewhere externally? Maybe in PDF form, so when the user purchases then they can view the pdf within the app?
    Or what would people recommend?
    Thank you in advance for any help/advice!

    they can be within your app.
    that's easiest and i don't think anyone would bother de-compiling your app to access the paid content.

  • Has anyone implemente​d a QUADRATURE IN / QUADRATURE OUT applicatio​n using the Compact FieldPoint​?

    Has anyone implemented a QUADRATURE IN / QUADRATURE OUT application using the Compact FieldPoint? The units being used are the cFP-QUAD-510 [input] and the cFP-CTR-500 [output]. What I would like to do is use the QUAD-510 to capture a quadrature signal from a sensor, which in turn would generate a count per quadrature detection. Within LabVIEW, adjust the count received. Then, output a quadrature signal, based on the adjusted count, using The CTR-500.

    Hello Andre,
    Thanks for your response. That example does provide the output desired, and it is currently being use in my application, along with the 32-bit counter example available via NI for the QUAD-510, which also works. My query was mainly geared to find out if an application with the characteristics described in my original question has already been implemented, this, to avoid "re-inventing the wheel." Additional input on this thread is welcome and appreciated. Thanks.
    Regards,
    Dag Gollopp

  • Has anyone implemented Oracle Pricing Analytics(7.9.6.4) with source EBS

    Hi all,
    Has anyone implemented Oracle Pricing Analytics(7.9.6.4) with source EBS?
    Need urgent help!
    Thanks in Advance

    Hi Kashi,
    Thanks for your response. However, we are implementing Oracle Price Analytics using universal adaptor for EBS as source.
    In BI apps 7.9.6.4, one approach is to populate the csv files and load using universal adaptor. Can anyone tell me what are the tables in EBS that I need to consider to populate these files for pricing analytics?
    Are there any SQL queries available to populate pricing csv files?
    Any help will be appreciated.

  • Has anyone implement paging / page breaks in long content items?

    Has anyone implement paging / page breaks in long content items? Eg when a text item is long it would be nice if there was a portlet or something to be able to separate it in pages that fit in the users screen and display a message in the bottom like "page 1 of 3" etc with next and previous links.
    Any ideas?

    Oracle has a pretty good Oracle By Example on OTN covering this at [http://www.oracle.com/technology/obe/obe1014portal/html_templates/html_templat.htm]. I'd also recommend following on with the one on Item Placeholders to complete the picture [http://www.oracle.com/technology/obe/obe1014portal/item_placeholders/itmplacehold.htm].
    My announcements are text items in one region. The region has a HTML content layout that uses pl/sql to determine where the first space is after 650 characters and if it is larger than 650 characters opens the item in a page using the item placeholder (hence my suggestion above). The code to generate this looks like this on the template. v_length is declared at the top of the tempalte so it is easy to change the length of the announcements:
          IF LENGTH ('#ITEM.CONTENT#') > v_length THEN
          v_space := INSTR('#ITEM.CONTENT#',' ',v_length,1); /*Find first space after designated length*/
             HTP.p('
      <table width="100%" cellpadding="3" cellspacing="0" border="0">
        <tr>
          <td>#ITEM.IMAGE#</td><td valign="top">' || SUBSTR ('#ITEM.CONTENT#', 1, v_space) || '</td>
        </tr>
        <tr>
          <td align="right" colspan="2"> &lt;MORE...</td>
        </tr>
      </table>'
          ELSE
             HTP.p ('
       <table width="100%" cellpadding="3" cellspacing="0" border="0">
        <tr>
          <td>#ITEM.IMAGE#</td><td valign="top">#ITEM.CONTENT#</td>
        </tr>
      </table>'
          END IF;Check out the OBE's and post back with any questions. They can sometime be challenging to get to work just right, but you can do a lot with these templates.
    Rgds/Mark M.

  • Has anyone implemented JavaScript Object Notation in LabVIEW?

    Hi Guys,
    I was looking at writing an application using JSON-RPC
    http://en.wikipedia.org/wiki/JSON-RPC
    Has anyone implemented something similar, or are there any examples of this?
    I was going to write it with TCP VIs, and use string parsing to work through any responses, but if anyone had some advice, it would be appreciated.
    Cheers,
    Anthony

    Anthony,
    This sounds like a very interesting project and I would like to hear how it goes for you.
    You can of course choose to implement a JSON-RPC system using either TCP or HTTP as the transport. TCP would give you a potentially more responsive system but you would have to implement much more of the system from scratch as it were.
    As LaRisa_s was saying, if LabVIEW 8.6 is available to you, you can take advantage of the Web Services feature which will do a lot of the work for you. Your VI that runs as a web service would have to parse the data sent from the client to determine the correct VI to call and then convert the parameters and call the VI.
    You are completely correct that there is no direct support for JSON-RPC. We evaluated several Web Service and RPC mechanisms before deciding on RESTful web services for LabVIEW 8.6. In fact, if you have LV8.6 and JSON-RPC isn't a hard requirement, I would strongly recommend looking at using the RESTful mechanism that is built in. If you can use it then much less work will be required of you on the server side of your application.
    If you do need to go with JSON-RPC I would be interested to hear what factors went into the decision so we can improve LabVIEW's built in web services.
    Either way- let us know how your project goes.

  • Has anyone implemented real time datasource for COPA ?

    Hello,
    Has anyone implemented a real time data source for COPA ? Please share details of the process for how this can be set up. Thanks.

    Hi,
    Please follow the following steps...
    COPA Extraction
    The below are the command steps and explanation. COPA Extraction -steps
    R/3 System
    1. KEB0
    2. Select Datasource 1_CO_PA_CCA
    3. Select Field Name for Partitioning (Eg, Ccode)
    4. Initialise
    5. Select characteristics & Value Fields & Key Figures
    6. Select Development Class/Local Object
    7. Workbench Request
    8. Edit your Data Source to Select/Hide Fields
    9. Extract Checker at RSA3 & Extract
    BW
    1. Replicate Data Source
    2. Assign Info Source
    3. Transfer all Data Source elements to Info Source
    4. Activate Info Source
    5. Create Cube on Infoprovider (Copy str from Infosource)
    6. Go to Dimensions and create dimensions, Define & Assign
    7. Check & Activate
    8. Create Update Rules
    9. Insert/Modify KF and write routines (const, formula, abap) 
    10. Activate 
    11. Create InfoPackage for Initialization 
    12. Maintain Infopackage 
    13. Under Update Tab Select Initialize delta on Infopackage 
    14. Schedule/Monitor 
    15. Create Another InfoPackage for Delta 
    16. Check on DELTA OptionPls r 
    17. Ready for Delta Load
    LIS, CO/PA, and FI/SL are Customer Generated Generic Extractors, and LO is BW Content Extractors.
    LIS is a cross application component LIS of SAP R/3 , which includes, Sales Information System, Purchasing Information System, Inventory Controlling....
    Similarly CO/PA and FI/SL are used for specific Application Component of SAP R/3.
    CO/PA collects all the OLTP data for calculating contribution margins (sales, cost of sales, overhead costs). FI/SL collects all the OLTP data for financial accounting, special ledger
    1) Add the fields to the operating concern. So that the required field is visible in CE1XXXX table and other concerned tables CE2XXXX, CE3XXXX etc.
    2) After you have enhanced the operating concern then you are ready to add it to the CO-PA data source. Since CO-PA is a regenerating application you can't add the field directly to the CO-PA data source. You need to delete the data source and then need to re-create using KEB2 transaction.
    3) While re-creating the data source use the same old name so that there won't be any changes in the BW side when you need to assign the data source to info-source. Just replicate the new data source in BW side and map the new field in info-source. If you re-create using a different name then you will be needing extra build efforts to take the data into BW through IS all the way top to IC. I would personally suggest keep the same old data source name as before.
    If you are adding the fields from the same "Operating concern" then goto KE24 and edit the dataaource and add your fields. However if you are adding fields outside the "Operating concern" then you need to append the extract structure and        populate the fields in user exit using ABAP code.   Reference OSS note: 852443
    1. Check RSA7 on your R3 to see if there is any delta queue for COPA. (just to see, sometimes there is nothing here for the datasource, sometimes there is)
    2. On BW go to SE16 and open the table RSSDLINIT
    3. Find the line(s) corresponding to the problem datasource.
    4. You can check the load status in RSRQ using the RNR from the table 
    5. Delete the line(s) in question from RSSDLINIT table 
    6. Now you will be able to open the infopackage. So now you can ReInit. But before you try to ReInit .... 
    7. In the infopackage go to the 'Scheduler' menu > 'Initialization options for the source system' and delete the existing INIT (if one is listed)                                                                               
    Regards,
    Tapan

  • Has anyone found a workaround driver for using a Xerox WorkCentre PE220 Series printer with Mountain Lion?

    Has anyone found a workaround driver for using a Xerox WorkCentre PE220 Series printer with Mountain Lion?

    John -
    My "Use" menu only contains Apple print drivers.  And Canon drivers, from the location I set this machine up.  None for my home use....which is a Xerox machine.
    Not being on the menu, I don't know how to acquire this generic driver. 
    Any further helpful hints?
    I appreciate your thoughts and help.
    Lisa

  • Has anyone implemented Google Blog Search into BC (like Wordpress has)?

    Hi:
    I have a "potential" client interested in an automated way to show a list of other blogs and websites where they were mentioned.  I am imagining this to work like the Google Blog Search that Wordpress Admin Dashboard has, where it searches for who has linked to your site and shows you a list.  Can this be done in BC?  Has anyone implemented something like this?
    Thanks in advance.

    If you are referring to 'Trackbacks' then yes it can.

  • Has anyone implemented an AJAX spellchecker?

    has anyone implemented an AJAX spellchecker in APEX?

    Yeah, I'm kneeding a speel cheker two.
    does anyone have one that works with Ajax techniques??

  • Microsoft Office 2011 - Has anyone downloaded this and is it useful? More importantly I cannot find it in the App Store.

    Microsoft Office 2011 - Has anyone downloaded this and is it useful? More importantly I cannot find it in the App Store.

    Hello,
    There are some Microsoft product like Windows Phone 7 Connector on the Mac App Store but for the moment Office is not there.
    In an interview last year Microsoft’s Amanda Lefebvre told Mobilized : “It’s something we are looking at”.
    http://allthingsd.com/20110127/microsoft-considering-whether-to-bring-office-to- apples-mac-app-store/
    If you have applications like iWork or the free OpenOffice (http://www.openoffice.org/) you will be able to read files created by Microsoft Office.

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Has anyone else had trouble trying to purchase adobe export pdf?

    has anyone else had trouble trying to purchase adobe export pdf? all i get is a blank white rectangle which takes up about 1/3 of the screen. help!!

    Hi markspil,
    I'm sorry that you're having trouble purchasing your subscription. Please try this:
    Clear the browser cache and try again.
    Try a different browser (see System requirements | Acrobat.com for a list of supported web browsers).
    Please let us know how it goes.
    Best,
    Sara

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

Maybe you are looking for