Android and iOS Facebook?

Is there a good and fast solution for Facebook features for an Android + iOS game?
Would the solution be the same for both types of devices?
I am preferably looking at a native solution which would be in co-relation with the native FB applications on the devices.
I need to have a user login(If the user is logged-in via the official FB application, then this would need to be detected) with user ID, "like page" button, invite a friend and status share.

You could try these -
freshplanet/ANE-Facebook · GitHub
Facebook API in Flex Mobile AIR App | RJDesignz

Similar Messages

  • Videos recorded in mp4 format throught AMS(development version) not playing on android and Ios device.

    I am using adobe ams(development version) to record video files in mp4 format using rtmp protocol. I am using mp4 as the file extension and as the stream specifier(codec).The videos are saving correctly.When i copy these files on a mobile device(android and iOS) they are not playing.Can somebody tell what I am doing wrong.
    The rtmp url I am using is rtmp://localhost:1935/mp4:videoname.mp4

    Dropbox - defaultcodec.mp4
    Dropbox - h264codec.mp4
    These are the two files that I created .The first file is created by the default codec used by Flash player.
    The second file(h264codec.mp4) is created by using Flash player 11 and as3 . I have encoded the file using h.264/AAC.
    The tutorial followed for creating the second encoded file is Encoding live video to H.264/AVC with Flash Player 11 | Adobe Developer Connection
    Thanks in advance . These two files stream successfully in the web application using flash player and as3 .I can play both of them in VLC too. But these files wont play on any mobile device(both android and iOS).
    Please send me your feedback on this . In the meanwhile I will look into http streaming. 
    Any help is greatly appreciated. 

  • Can't use Glympse the way android and ios can use

    I'm on Z10STL100-1/10.2.1.1925 bbm 10.3.3.68. Can't send my location the way android and ios can. When an android or ios user sends me glimpse message I can open it in bbm. But when I send a Glympse message to android or ios then they get a link to glympse.com. Please help.

    I bounced a BBM off an iOS contact of mine and it asked if he wanted to follow my location on a map. As far as I can remember, my wife (who has a Z10) had to also click on that message to make my location viewable on a map. I don't see any difference between the two. With neither one are you able to instantly see the sender's location without clicking to open a map.
    I'm only going by memory with my wife's Z10 so I might be missing something but I think it works similarly with all platforms.
    Cheers.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Build AS3 AIR project on Linux for Android and iOS?

    We're about to use a build server for taking some work out of our hands (testing, building etc). The build server is running on Linux and therefore we would like to know if we can build the AS3 (AIR) sourcecode on the Linux environment. We usely create apps for Android and iOS.
    Can anyone give some more information on this? Is it true that the ADT doesn't run on Linux?

    FYI, I updated my blog post.  I found a program called ideviceinstaller (available in the Ubuntu repos ala apt-get install ideviceinstaller or from the website) that allows installation of .ipa files onto iOS devices from Linux.
    Previously that was the only development iteration step that required a Windows VM.  Now in my workflow, a VM is no longer required for iOS development.  (Obviously a Mac is still required to upload to the app store at the end.)
    Also, a bonus, here's a quick command to view UUID's authorized by the provisioning file inside an .ipa file:
    > unzip -c Main.ipa *.mobileprovision | strings | egrep -i string\>[0-9a-f]\{40\}
    <string>d9c2fee807324a18baf5a544ffa2c80f23d3****</string>
    <string>f634a0a95bc2327f6a26cb39cf18a01918cf****</string>
    <string>651e4284467d328e37c18988c981179b5909****</string>
    <string>c11d7eef800632d072da067d9b993624f25b****</string>
    <string>72d85ab26cd525a328d3a71e3fe416c61fd6****</string>

  • Native Android and iOS Look & Feel with Flex

    Hi. I have recently beena asked to research the use of Flex for development for mobile applications in Android and iOS. What I want to accomplish is the feeling of a native application, both look and feel. Android and iOS are very different in terms of styling components.
    Can this be even be done in Flex?
    Are my goals too high too achieve with Flex?
    Screen shots from Flex, Android, and iOS are below.
    Differences:
    Item
    Android
    iOS
    Tabs Location
    Top
    Bottom
    Top Left Button
    'Up'
    'Back'
    Top Left Button Icon
    Application Icon
    None
    Top Right Button
    Multiple
    Single
    List Item Right Carrot
    No
    Yes
    Adobe Flex Example:
    Native Android Example (Pure Android):
    Native iOS Example:

    This is definitely possible, even easy if you jsut have the time to put into it.
    All you need is an Android Theme - create custom styles for the buttons ect.
    There is a discussion about it here:
    https://issues.apache.org/jira/browse/FLEX-33732
    And it is an open issue so at some point this will probably get incorporated into the SDK.

  • URGENT porting to Android and iOS?

    I am developing a Flash game and the deadline is by the end of this month.
    The game will need to be run on Android and iOS.
    I tried AIR, but it runs slowly due to there being frame-by-frame bitmap animations.
    Is there a good optimisation method for AIR, or should I use an API?
    Can you recommend a good API?
    How about Sparrow?
    I need an API which I will be able to implement fast, because as I mentioned the deadline is in 9 and a half days.

    the only quick magic is to make sure you've enabled cacheAsBitmap and cacheAsBitmapMatrix everywhere it's beneficial and to try using gpu and cpu render modes.
    otherwise, here's an excerpt from a book i wrote (Flash Game Development: In a Social, Mobile and 3D World)
    Optimization Techniques
    Unfortunately, I know of no completely satisfactory way to organize this information. In what follows, I discuss memory management first with sub-topics listed in alphabetical order. Then I discuss CPU/GPU management with sub-topics listed in alphabetical order.
    That may seem logical but there are, at least, two problems with that organization.
    I do not believe it is the most helpful way to organize this information.
    Memory management affects CPU/GPU usage, so everything in the Memory Management section could also be listed in the CPU/GPU section.
    Anyway, I am going to also list the information two other ways, from easiest to hardest to implement and from greatest to least benefit.
    Both of those later listings are subjective and are dependent on developer experience and capabilities, as well as, the test situation and test environment. I very much doubt there would be a consensus on ordering of these lists.  Nevertheless, I think they still are worthwhile.
    Easiest to Hardest to Implement
    Do not use Filters.
    Always use reverse for-loops and avoid do-loops and avoid while-loops.
    Explicitly stop Timers to ready them for gc (garbage collection).
    Use weak event listeners and remove listeners.
    Strictly type variables whenever possible.
    Explicitly disable mouse interactivity when mouse interactivity not needed.
    Replace dispatchEvents with callback functions whenever possible.
    Stop Sounds to enable Sounds and SoundChannels to be gc'd.
    Use the most basic DisplayObject needed.
    Always use cacheAsBitmap and cacheAsBitmapMatrix with air apps (i.e., mobile devices).
    Reuse Objects whenever possible.
    Event.ENTER_FRAME loops: Use different listeners and different listener functions applied to as few DisplayObjects as possible.
    Pool Objects instead of creating and gc'ing Objects.
    Use partial blitting.
    Use stage blitting.
    Use Stage3D.
    Greatest to Least Benefit
    Use stage blitting (if there is enough system memory).
    Use Stage3D.
    Use partial blitting.
    Use cacheAsBitmap and cacheAsBitmapMatrix with mobile devices.
    Explicitly disable mouse interactivity when mouse interactivity not needed.
    Do not use Filters.
    Use the most basic DisplayObject needed.
    Reuse Objects whenever possible.
    Event.ENTER_FRAME loops: Use different listeners and different listener functions applied to as few DisplayObjects as possible.
    Use reverse for-loops and avoid do-loops and while-loops.
    Pool Objects instead of creating and gc'ing Objects.
    Strictly type variables whenever possible.
    Use weak event listeners and remove listeners.
    Replace dispatchEvents with callback functions whenever possible.
    Explicitly stop Timers to ready for gc.
    Stop Sounds to enable Sounds and SoundChannels to be gc'd.

  • Captivate 7, PhoneGap Builder on Android and iOS tablets

    Hello all,
    I apologize if some of these questions are basic but searching the forums and online aren't turning up any answers I can discern. My company has decided to move into the mobile market for our E-Learning content, more specifically we want our customers to be able to use our content on tablet devices. I'm creating content with Adobe Captivate 7 using HTML5 animations. I have been able to publish my project as HTML5 and then use the PhoneGap Build tool to add the HTML5 animations to the project. However, I have no experience in app development and I'm running into a roadblock when trying to publish as Android and iOS compatible apps. I'm able to add the .wgz file to the android tablet but I have no idea how to run it or make it work. We just want our projects to play on Android and iOS tablets. My questions are thus:
    - Is publishing our modules in App form the only way to accomplish this?
    - When trying to publish to Android/iOS I am asked for a "Package". What does this mean? I've watched the following tutorial: Package the HTML5 content for devices using Adobe Captivate 7 App Packager - YouTube but it doesn't go into detail as to what he package is.
    - From what I understand Android and iOS apps need certificates and signatures. Are these required for our members to be able to download our modules and run them on their tablets? Can someone direct me to a source for me to learn about and apply for these credentials?
    Any help you can provide would be greatly appreciated. Thank you!
    - Nick

    Just to clear up my third question, I'm not asking whether our customers will need a set of these credentials to access our content, I'm asking if its required I get these credentials to publish the content.

  • Website to stream to RTMP and HTTP using Android and iOS

    Hello, my name is Silvio Tavares, I'm from Brazil and the company where they work bought the Adobe Flash Media Server 5 to make the transmission of the station for the Website as well as for Android and iOS.
    I followed your tutorial step by step and nothing more than 20x ( http://www.youtube.com/watch?v=1p27xavIWQA ) .... When I try to run the transmission in Sample Video Player he simply says I'm having a problem with my playback.
    Is there anything else to be done?
    Please know it must be very busy, but my job depends on it working here.
    I am using Windows Server 2012.
    In this tutorial does not say you have to configure any file, only the conf.xml Adone Media Live Encoder.
    Please help me!

    Hello, my name is Silvio Tavares, I'm from Brazil and the company where they work bought the Adobe Flash Media Server 5 to make the transmission of the station for the Website as well as for Android and iOS.
    I followed your tutorial step by step and nothing more than 20x ( http://www.youtube.com/watch?v=1p27xavIWQA ) .... When I try to run the transmission in Sample Video Player he simply says I'm having a problem with my playback.
    Is there anything else to be done?
    Please know it must be very busy, but my job depends on it working here.
    I am using Windows Server 2012.
    In this tutorial does not say you have to configure any file, only the conf.xml Adone Media Live Encoder.
    Please help me!

  • Push Notyfication in Android and iOS

    Is there any way to write a AIR mobile app (Android and iOS)
    and push notyfications  from external source to aplication when the application is  not running?
    Is it only possible with native extensions for AIR? Can native extension been add in FlashBuilder?

    Push notifications support for iOS has been added in AIR and will be available soon in prerelease. You can learn more about the next AIR mobile and desktop features by applying for our private prerelease program. By doing so, you'll get to know the features of the upcoming release in advance!

  • Incident Management System for Mobile Phone (Android and IOS)

    Dear Solman Gurus,
    We have already Incident Management System in our Solman 7.1 .
    We are using it efficiently, but we want to use it in mobile phones also(android and ios).
    Also we have a web link and we can manage our incident management system in this link http://xxsolman.xxxxxxxx.com:8006/support . We are using for WEB also for Incident Management System.
    My question is ; how can i use it for Mobile Phone Operation systems(android and ios) ? Which guide should i follow ? Should i upgrade pacth or something in our solman ?
    Looks like Android application is : SAP IT Incident Management
    Best Regars

    Hi Kemal,
    You need to adopt the Mobile strategy for ITSM to use this. Broadly speaking, the ITSM apps can be accessible either via internet or intranet. If you plan to use the apps outside your company network then you would need Sybase tools to enable this as shown below;
    The detailed information is available here
    Mobile Applications for SAP IT Service Management - SAP IT Service Management on SAP Solution Manager - SCN Wiki
    Regards,
    Vivek

  • Are there a Windows Phone version of Lightroom Mobile coming soon or Lightroom mobile will be android and iOS only?

    Hi:
    Are there a Windows Phone version of Lightroom Mobile coming soon or Lightroom mobile will be android and iOS only?
    Best regards.
    Miguel

    Anyone?

  • FMS for PC, Android and IOS

         I'm doing a job about FMS for PC, Android and IOS. I have completed configuration with ADOBE Help Article.
         I used HTTP Dynamic Stream
         e.g. http://localhost:8134/hds-vod/xxx.mp4
                http://localhost:8134/hds-vod/xxx.f4m
                http://localhost:8134/hds-live/xxx.f4m
                http://localhost:8134/hls-vod/xxx.mp4
                http://localhost:8134/hls-vod/xxx.m3u8
                http://localhost:8134/hls-live/xxx.m3u8
         On PC, I can play .mp4 .f4m file, with flash player.
         On IOS, I can play .mp4 .m3u8 file ,use HTML5  <video> tag.
         On Android, I try to use video.js to play the file, but only .mp4 file, how can I play .f4m file?
    Waiting your advise , thanks !

    On android, HDS has been decreciated (Flash), Adobe Air can play F4M..  Also, jwplayer can play HLS .m3u8 over HTML5 on most androids, but not all.
    Instruct Android users to install FireFox..
    Or in some cases., Enable Desktop View, or Disable Mobile View in browser settings, will play HLS over Flash on most Androids.. Androids that 2.3  will play HDS w/ strobemediaplayback.swf and flash installed from the Adobe Archives.
    There is still no absolute solution for Android at the moment.

  • Illustrator app for mobile (Android and iOS)

    Would you like an Android (iOS) Illustartor App?
    I wish:
    That there was an Android (and iOS) app of illustrator so I could work on Layouts for Websites on the go, like while I'm riding the train for 1 hour to go to work.
    There is an app which I tried (Autodesk Sketch Pro) but it's no good enough it is focusing too much on freehand drawing and it's layer based. You can't move a shape itself, you have to move the whole layer.
    What I need:
    I need an app for my Android phone and tablet which enables me to make layouts of websites which after I will send to my designer and developer. The thing is, I need to send good layout sketches to my designer.  With that the whole process would be more efficient.
    I'm not a good at freehand drawing thats why I would like to work with all the standard vector shapes, snap to grid, different kinds of splines and the possibility to add open fonts.
    What Adobe (Illustrator) should do:
    I think the way you should do this mobile app is:
    1. Check Autodesk Sketch pro (what can you to better than them)
    2. Make a great vector app
    3. Include a function that is useful to a lot of people to get more potential customers. (include: a nice drawing function, the ability to make nice flowcharts and/or infographics)
    4. Sell it to a fair price 8-12$
    I hope I didn’t forget anything if I did please let me know in the comments below Thank you.
    Twitter: RandomDomain.ch (randomdomainch) | Twitter  #Illustartor4mobile

    Am still waiting. Anyone out there who got new info on this?
    I am also wondering if it will be part of the creative cloud I already pay for on a monthly basis.

  • Internet Technology by Abney and Associates - Android and iOS

    Right now iOs is ahead of Android. A battle between Android and iOS
    Most of the well-off smartphone users in Singapore and Hong Kong are turning to Android handsets, mostly Samsung, rather than iOS of Apple.  The trouble that iPhone is their desire to be different that causing them as weakness and in turn an advantage to competing device.
    But which brand is better for smartphones?

    If you dont mind being "locked down" Apple seems to make better products, Android is keeping up but Apple seems to be the inovator in the industry, people still think of an iPhone when the word smart phone is mentioned.

  • Does ID6 create Android and iOS apps

    Hi
    I do not write any code. I was told that ID6 would allow me to create apps for Android and iOS. I just need to confirm if this is true, with or writeout writting code.
    Basically I need to know what type if apps I can create using ID6
    Thanks in advance for your help with this!
    Chaz

    I think you're interested in the Adobe Digital Publishing Suite. InDesign can be part of this workflow.
    http://www.adobe.com/products/digital-publishing-suite-single.html
    http://forums.adobe.com/community/dps

Maybe you are looking for

  • Iphone 5s bricked after ios 8.02 update

    Yesterday I attempted to update my iphone 5s to ios8.02. The update didn't appear that big and my wifi is currently out so I decided it should be ok doing it with 3g. The update appeared to download fine and I proceded to install. The loading bar was

  • Can't find scanned documents

    I have a hp office jet pro 8600. I would say it's about 4 years old. It's the the scanner/printer/fax for my work, and we had a few documents scanned in a few days ago and need those retrieved. The problem is these files are no where to be found. The

  • Reading in from File w/out path name

    Does anyone know why netbeans requires an entire path name to read from a file? I am trying to read from a file and I want the program to just look in the directory that the jar file is in to find the file to read from. I do not want the file to be I

  • Please suggest solutiion for calling a plsql function in report

    Hi, I did a small project using forms and reports 6i. Now i prepared a repor that will calucalate the sum(expenditure)per report level. Now the problem is i want to print the sum which is in number form , in words. That is if the sum is 50000 then i

  • RoboHelp 10 is very unstable under Win7

    Hi all, using RH 10 under Win7 I noticed that the program is extremely unstable. It often crashes with only a very simple error message, telling that is searching for a solution but it never find one. Also the Windows Explorer crashes 10-20 times a d