Flash AIR mobile app Facebook?

Is there any good tutorial or API for native FB integration in an Android/iOS Flash AIR app?
I found an API called GoViral. Has anyone tried this API?
I need to have the following features: Log-in(With user ID), like page, share post, invite friend.

i've used two of milkman's (alex liebert) extensions including goviral.
1.  they work.
2.  when they fail it's been user (my) error.
3.  alex is very responsive to user problems

Similar Messages

  • Need HTTPService and play video in flex 4.6 Air Mobile App

    We are porting a flex 3.2 app to mobile app. The 3.2 app uses mx.rpc.http.HTTPService to send XML requests for data and launch video web pages. Will a flex 4.6 Air Mobile app be able to do the same? If so, what replaces mx.rpc.http.HTTPService? I read that mx components will not work in Flex mobile apps.

    HI,
    Its working fine.And the mxml components which are displayobject should not be used in the mobile application except the chart.
    So nothing wrong with using "mx.rpc.http.HTTPService",you can also use  <s:HTTPService/>
    Also there is a nice way to see which components should be used or which not for the mobile application.
    Simply mouse over on the component when you have used it.You can see a message on that if that is not optimized for the mobile application like for the combobox you can see this message:-
    "Adobe discourages using ComboBox when targeting profiles: mobileDevice."
    While this is not the case with <s:HTTPService/>.
    with Regards,
    Shardul

  • How to use ScaleNine themes to skin an Adobe Air Mobile App

    Hi,
    I'm rather new to Adobe Air development But I really like it! Now that I've created my app I would like to skin it. I've found ScaleNine (http://www.scalenine.com/gallery/gallery-1.php) which has ready made cool skins for Flex and Air. I downloaded the samples and they compile and work beautifully. HOWEVER: I can't seem to be able to use them to skin my Air mobile app.
    Can anyone post an example ViewNavigatorApplication themed with one of the themes there? this one (http://www.scalenine.com/themes/blend/Blend.html) looks as though someone tailored it to my app :-)
    Thanks a lot!
    Avi

    I don't know how your application is structured, but if you can split sections off into separate SWFs(plain AS3 document) then you could host those section SWFs online and require the user to download them on first run.
    You could use the FileReference object to download the SWFs, save them to the File.applicationStorageDirectory, and then display/load them up with the Loader object when needed from the app storage directory. You would possibly need to check to see if the files are present at every boot of the app though as a user could "Clear Data" or "Clear Cache" of the app in the Settings of their device and one or both of those could/would delete the downloaded files.
    FileReference - Adobe ActionScript® 3 (AS3 ) API Reference

  • USB communication AIR desktop and AIR mobile app

    Hi! Does somebody know the possibilites of USB communication between and AIR desktop app and an AIR mobile app. I need to send files from an desktop application to the external memory on an mobile device. Is it possible for the desktop app to recognise when the mobile is connected. And is it possible for the mobile app to send commands the desktop app? So I need a two way communication. Anybody who has any ideas?

    Really old thread, checking in.

  • Flash Air For Android FaceBook Invaild Hash Key Error

    Hi all,
    I'm getting facebook connect error with flash/air app on Android device , anyone can help me plz ?
    http://screencast.com/t/Ff6yqVqk
    2jmj7l5rSw0yVb/vlWAYkK/YBwk=

    Yes i already did it but still getting invalid key hash error
    2014-12-28_1337 - redpak's library

  • Air Mobile Apps cannot support printing ?

    Dear all,
    I am developing a writing notes application in Flex Mobile Apps for android and ios.
    How can i allow use to print out the notes written?
    Anyone can guide me how to achieve the printing to the printer?

    I think you will have to extend your project by using Native Extensions, since that functionality is not built into AIR mobile. To learn more about ANEs, visit http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
    Chris

  • Playing HTML 5 animations/ interactives from AIR mobile app

    Hi,
    Is it possible to play/ launch HTML5 animations and interactives [drag n drop, cloze, etc] from an AIR based mobile app supporting iOS and Andorid devices?

    Hi
    It seem's to be a common issue of ghosting itemrender.
    In flex item renderer is reused to keep memory performance.
    You can try this fix
    1- you can fix it by turning the "virtual layout" property of the llist to false;
    But it will decrease the performance, because you turn off the behavior of reusing item renderer
    2- you can override the "set data(data:object)" function of your item renderer class and move the "field=data" assignement inside it.
    3- Or you can use a dataChange event handling function instead of the creationComplete.
    I hope it's help you

  • Flash builder mobile app hangs on Realease Build after air 3.1 (3.2 - 3.8) for IOS devices

    The app stoped working after air 3.1 on IOS devices...Its is a Flex/actionscript mobile project...as of May 1st apple forced us to use newer sdk so i updated to air 3.8 and have tried every version since 3.1...the app only works perfectly in release build from air 3.1...on air 3.8 debug on device works perfectly non-debug run on device crashes with sigbus or sig 11 ...Ive used xcode console and device logs and they have not been helpful...since they reference post compiled native code which i dont have acces to i have tried every fix on the web. Ive been trying to figure this out for days..Does anyone have any insight on this issue.
    Curently Using:
    Flash Builder 4.7
    air 3.8 beta
    Compiler options:
    -locale en_US
    -swf-version=21
    -omit-trace-statements=false
    -keep-as3-metadata+=Inject

    The app stoped working after air 3.1 on IOS devices...Its is a Flex/actionscript mobile project...as of May 1st apple forced us to use newer sdk so i updated to air 3.8 and have tried every version since 3.1...the app only works perfectly in release build from air 3.1...on air 3.8 debug on device works perfectly non-debug run on device crashes with sigbus or sig 11 ...Ive used xcode console and device logs and they have not been helpful...since they reference post compiled native code which i dont have acces to i have tried every fix on the web. Ive been trying to figure this out for days..Does anyone have any insight on this issue.
    Curently Using:
    Flash Builder 4.7
    air 3.8 beta
    Compiler options:
    -locale en_US
    -swf-version=21
    -omit-trace-statements=false
    -keep-as3-metadata+=Inject

  • How to Set up Flash builder to build Air Mobile Apps

    Cannot find a decent tutorial how to install the sdk etc for Flash Builder.
    Does anyone know of an easy to follow guide?
    Or Can tell me how?

    Oh Come on this is so easy to answer.
    I'm so confused by all the out of date adobe labs tutorials, and this massive burrito thing.

  • Scrim / Spinner For Adobe Air Mobile Apps?

    I'm in the process of learning Adobe Air for mobile devices.  I'm using Flash Builder Burrito.  I didn't have any previous experience with Flash Builder or ActionScript, but I'm finding it very easy to use (I do have 11 years of programming experience).  I'm stumped on something that's usually built into most other mobile platforms -> How do you create a scrim & spinner???  For those who may be wondering what I'm referring to, it's when your screen is dimmed and a revolving or spinning icon is displayed to show that your app is busy.
    I tried the following...
    1) Create a group that covers the entire view
    2) Change the background color of the group to black and alpha to .5
    2) Add a spinner image to the group
    3) Set the "enable" property of the group to true/false depending on if I wanted it displayed or not
    This didn't work at all.  Any suggestions would be great!!! 

    I ALMOST have it working thanks to this great post by Andrew trice.  I have two minor issues...
    The animated gif won't play.  I realize animated gifs probably aren't the way to go in FLASH builder, but it was worth a try.  How do I recreate the spinner effect???
    The scrim doesn't cover the navigation panel.  Again, any ideas?

  • Implementing QR Code Reader to Flash AIR Android App?

    Hi everyone!
    I am developing an Android application using AIR on Adobe Flash CS5.
    I am still a beginner to actionscript 3.0 as I am more used to actionscript 2.0
    I am currently looking for a way to implement a QR code reader to my app which works in conjunction with the hardware camera of the android device.
    I am not entirely sure if AIR is capable of doing this, but I have found the following website by luck:
    http://www.remotesynthesis.com/post.cfm/adding-a-qr-code-reader-in-flex-on-android
    The writer seem to have accomplished a QR decoder application via Flex.
    I am not too sure what Flex really is neither, all that I know is that Flex is a development kit for making mobile/desktop appilcation.
    But there seems to be some sort of relation between AIR and Flex and there is even a selectable FlexComponentBase component in Flash CS5.
    Now, is it possible to use the ZXing Library in my AIR project? If so how can I go about acheving this?
    Thank you very much in advance!

    Loosely compared with Java --
    Adobe AIR or Flash in Browser is like JVM that can execute some code.
    Actionscript X.X is like the Java language itself
    Flex is a component framework like AWT or SWING which can give you readymade UI components that you can re-use.
    Flash CS or Flex Builder can be compared to intelliJ or Eclipse [i.e. IDEs for developing applications]
    Having said that, if you are still looking for android QR reader solution:
    I have written ANE version for ZBar that works on Android and iOS over same ActionScript API. It works similar to CameraUI i.e. I open Native Activity/ViewController that scans and sends the data to AIR app as an async event.
    I have developed this for one of my projects. If anyone is interested revert back on this thread.
    ANE can be compared to JNI in Java world
    Regards,
    sbhave

  • Air for Android - Embed a pdf in Air Mobile app

    Hi at all,
    i would like to embed a pdf directly in a View Component and use the Adobe Reader features like zoom, navigation page etc.
    Any suggest?
    Thanks.
    F.

    You can call native code from AS3 by writing an AIR Native Extension (ANE):
    http://www.adobe.com/devnet/air/native-extensions-for-air.html
    BTW: Flash already contains quite a few image processing filters and image compositioning algorithms. They may be suitable, depending on your needs.

  • Open Android Market and Apple App Store from AIR Mobile App

    I have two versions of my app, one is free and one is paid. I want to show links to paid version in the free version of the application. I want to open the link to the paid app directly in the  market or app store. How can I do that?

    Here is what I had used on a lite version of one of my apps, when you click that it opens the native app store app and links right to the app you want to sell to the users.
    function fl_getFullVersion(event:MouseEvent):void
        navigateToURL(new URLRequest("http://itunes.apple.com/us/app/pop-goes-the-bubble/id452505669?mt=8"), "_blank");
    So swap your app name and id and thats your link for itunes.

  • Flash-Air-App for iOS and Apples new App Store guideline (XCode 5)

    Hi Forum,
    i'm using Flash CC for the development of an iOS App (AIR).
    Now Apple will soon update the iOS to 7.1 and Apple says, that from 1st of Feb. 2014 you can only publish iOS-Apps created in XCode 5 in App Store.
    Or how do I have to read this statment from Apple: "Starting February 1, new apps and app updates submitted to the App Store must be built with Xcode 5 and iOS 7 SDK."
    How does this fact affect my Project?
    Will it still be possible to publish an FLash-Air-iOS-App through App Store?
    Thank you in advance
    Ralf Kopp

    Adobe fixed this internally. Just update your adobe air sdk to latest from labs.adobe.com

  • What are the ways to integrate PayPal (or other monetizing service) into an Adobe AIR desktop app?

    Hey all
    I just finished publishing my AIR mobile app for iOS and Android, both featuring freemium style in-app purchasing/billing, for a single purpose only - opening the app to be full featured.
    Now the client wants a desktop version of the app. I need a way to monetize the same way: the user wants all the features - they click a button in the app, pay the 2 dollars, and now all the features are accessible.
    I think going out to PayPal, paying there and returning to the app would be best, but I cannot get the files I found here to work.
    Do you have any suggestions of a workflow with examples, or a service with AS3 support?
    thanx

    http://www.as3gamegears.com/monetization/as3-paypal-api/

Maybe you are looking for