Facebook GraphAPI_Web_1_8_1 not wokring using Adobe?

i did add the GraphAPI_Web_1_8_1 api in lib folder and then add the following code and then run the app but it never come to the handler once i click on init or click on friend list
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script>
        <![CDATA[
            /*import com.facebook.graph.Facebook;
            import com.facebook.graph.controls.Distractor;
            import com.facebook.graph.data.FacebookSession;
            import com.facebook.graph.net.FacebookRequest;
            import com.facebook.graph.utils.FacebookDataUtils;
            import com.facebook.graph.Facebook;
            import com.facebook.graph.data.FacebookSession;
            import com.facebook.graph.net.FacebookRequest;*/
            import com.facebook.graph.Facebook;
            import com.facebook.graph.data.FacebookSession;
            import com.facebook.graph.net.FacebookRequest;
            import mx.collections.ArrayCollection;
            import mx.containers.ControlBar;
            import mx.containers.Panel;
            import mx.containers.VBox;
            import mx.controls.Alert;
            import mx.controls.Button;
            import mx.controls.Label;
            import mx.controls.Spacer;
            import mx.controls.TextInput;
            import mx.core.IFlexDisplayObject;
            import mx.events.CloseEvent;
            import mx.managers.PopUpManager;
            protected function onApiCallFriends(response:Object, fail:Object):void
                if (response)
                    var friends:Array = response as Array;
                    Alert.show(friends.length.toString());
                    for (var i:int = 0; i<friends.length; i++) { Alert.show(friends[i]); }
                else{
                    Alert.show("Failed "+fail.error.message.toString());
            protected function button1_clickHandler(event:MouseEvent):void
                // TODO Auto-generated method stub
                //Facebook.login(hhandleLogin);
                if (Facebook.getSession()==null ||
                    Facebook.getSession().uid == null)
                    Facebook.login(hhandleLogin);
                else
                    Facebook.logout(hhandleLogin);
            protected function hhandleLogin(response:Object, fail:Object):void {
                Alert.show("yes it comes in it");
                if (!response)
                    Alert.show("Failed "+fail.error.message.toString());
                    return;
                button1.label =response.user.username+ 'You are logged in.';
                button1.enabled = false;
                //loadFriends();
            protected function btnInit_clickHandler(event:MouseEvent):void
                removeEventListener(Event.ADDED_TO_STAGE, init);
                // TODO Auto-generated method stub
                Facebook.init('763846766955585', hhandleLogin, null, null);
            protected function button2_clickHandler(event:MouseEvent):void
                Alert.show("Hello");
                // TODO Auto-generated method stub
                var params:Object = new Object();
                params["access_token"] = Facebook.getAuthResponse().accessToken;
                Alert.show(params["access_token"].toString());
                Facebook.api("me/friends",onApiCallFriends, params);   
        ]]>
    </fx:Script>
    <s:Button id="button1" x="26" y="65" label="Login" click="button1_clickHandler(event)"/>
    <s:Button id="btnInit" x="26" y="26" label="Init" click="btnInit_clickHandler(event)"/>
    <s:Button x="26" y="110" label="Friend List" click="button2_clickHandler(event)"/>
</s:Application>
Kindly help me

Same problem for me.
Reinstalling is not working.
Do you have any facebook alternative apps installed? You may need to remove them all.
If that does not work, you may need to refresh Windows.
Corsair Carbide 300R with window
Corsair TX850V2 70A@12V
Asus M5A99FX PRO R2.0 CFX/SLI
AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
G.SKILL RipjawsX DDR3-2133 8 GB
EVGA GTX 6600 Ti FTW Signature 2(Gk104 Kepler)
Asus PA238QR IPS LED HDMI DP 1080p
ST2000DM001 & Windows 8.1 Enterprise x64
Microsoft Wireless Desktop 2000
Wacom Bamboo CHT470M
Place your rig specifics into your signature like I have, makes it 100x easier to understand!
Hardcore Games Legendary is the Only Way to Play!

Similar Messages

  • Using 10.6.8, internet pdf documents not opening using Adobe Reader; how is this corrected?

    Using 10.6.8, internet pdf documents not opening using Adobe Reader; how is this corrected?  I've tried changing "sharing and permissions" to "read and write" as suggested on other help sites, but this did not correct the problem.

    I had the same problem---contacted Adobe and their service rep helped me by
    A.   Deleting  Adobe Reader from my iMac's Applications in Finder
    B.   Downloading Google Chrome browser and then
    C.   Downloading the latest Adobe Reader for Mac 10.6.8 in Google Chrome--it works
    Adobe acknowledges problem with the latest Snow Leopard update 10.6.8 and with this work around, I can open PDF's using the Google Chrome Browser.
    Is this the ideal solution---NO.  Safari is my main browser. I now have to use a separate browser for PDF's.
    Am I happy to be able to open PDF's---YES
    You can't believe the time I spent to solve this problem before calling Adobe for help. My Apple Care policy expired a month ago . As I use Photoshop Elements, I was not charged by Adobe for their help on the telephone.

  • 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

  • Can not Printing using Adobe Reader V9.0, OS is  Windows Vista

    Help Me Please! I can not print in Adobe Reader. This is what is happening: I select print, the status bar shows pages being sent to the printer, the printer Hicups, clicks, clangs, clunks, and Burps and nothing comes out; No error, No copy. I'm running V9.0 but the same thing happened in version 8. I thought it was something to do with the down-load. What gives?

    Sorry for disappearing; gotta make a livin'
    No, I haven't looked for an updated driver for my printer but I will give that a try. I was able to print using the "print as image" function but it really bogged my system down to pre-Pentium days. I'll let you know if the driver update works. Thanks for reaching out!

  • Web Service is not triggering  using Adobe Interactive Form

    Hello Experts,
      I know this is a common topic now , but the problem I am facing, no thread help me to solve that.
    Problem:--
    My requirement is to create an adobe form , in which
      -> an input field is needed,and some  description is needed.
    I used button to trigger my webservice.
    Here , I want to clear that , I have made a proper WEB SERVICE using Remote Enabled FM.
    My web service is working fine as I have tested from WS NAVIGATOR(Note:  http://<source>:<port>/wsnavigator).
    In Adobe Form (SFP), I have made a new Data connection using WebService WSDL.
    All Request and Response parameters are availabe in Data View palletes of Form.
    Button that is available from data connection is used.
    I  have used Button as  an Execute button , under execute tab in connection , I had given DATA CONNECTION name .
    But above things not worked so ,
    I also tried with Regular Button , and under click written Javascript/FormCalc  which is:--
    var cURL = 'http://x.y.com:8012/sap/bc/srt/rfc/sap/ZMATERIAL_DESCRIPTION?sap-client=800&wsdl=1.1';
    var service = SOAP.connect(cURL);
    xfa.connectionSet.DataConnection2.execute(0);
    But this also not worked .
    So, I think there can be a little issue may be , I am forgetting to click some special  atrributes in form .
    Please help me and let me know what can be probable reasons that webservice is not triggering
    Thanks a lot ,
    Jeet

    Solved my self, converted PDF into image and used that pdf as a static image in Adobe Interactive Form.

  • Why some posts in facebook pages not appear using mobile view but appear with desktop view ?

    The same problem occur with other browsers but not with facebook program

    What type of post?
    *Text/Image/Video
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    The Firefox cache temporarily stores images, scripts, and other parts of websites while you are browsing. <br>
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies, do the following:
    #Tap the menu icon located at the top right corner. This is the icon with 3 bars. On older Android devices you'll have to press the hardware menu key and then tap More.
    #Tap '''Settings'''.
    #After that, you will be taken to the settings screen. In the settings screen, look under the section '''''Privacy & Security''''' and select '''Clear private data'''.
    #You will then be taken to a list of what can be cleared. Select the following 2 for deletion:
    #*Cookies & active logins
    #*Cache
    #After those have been selected, tap the '''Clear data''' button to actually clear the cache and cookies.
    Did this help you with your problems? Please let us know!

  • How not to use Adobe Business Catalyst

    Hi, Can someone tell me how I can avoid to use the Business Catalyst to publish a site using Muse?
    Thanks.

    You can select the options while publishing the site :
    http://prntscr.com/6zberx
    Thanks,
    Sanjit

  • Pdf not created by Adobe and all pics of pages

    Before I purchase a subscription to Adobe ExportPDF, I'd like to know if it can successfully convert tough pdf files
    Many of the pdf files that I want to convert were not created using Adobe, but another application. Each page of the data/word processed file had been first converted to a graphic image, and those images of pages were converted to pdf. Can Adobe ExportPDF convert this type of file into an editable doc/docx file?

    Sounds as if there is a bug in the older version of Crystal reports.
    If you are prevented from installing fixes for bugs, you may well be
    stuck with the effect of the bug.
    Aandi Inston

  • How can I upload photos from ipad onto facebook whithout using adobe flash player which I could not download onto my ipad?

    How can I upload photos from ipad onto facebook whithout using adobe flash player which I could not download onto my ipad?

    http://www.google.com/search?q=upload+photos+to+facebook+from+ipad

  • The people's posted videos no longer work on my ipad  Note: I am using the Facebook app, I am not using safari  Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    The people's posted videos no longer work on my ipad
    Note: I am using the Facebook app, I am not using safari
    Please don't tell me to use adobe flash player, it is not compatible with ipad, but it used to work nevertheless.

    Facebook videos are still working for me in the Facebook App (using iOS 7.0.6).
    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Facebook Games not working Wake up Adobe!

    For the past few weeks Facebook users are having some major issues and no one seems to be addressing the issue at hand. I have no clue what Adobe and all of the browsers have decided to do but what ever it was it DOES NOT WORK! I am sure that you guys can come up with something to address the issues of Flash Player crashes, Very slow Flash player responces. It used to work!!!! What happened? I feel that this issue is getting ready to blow up in public because some people have their entire lives on facebook and other sites using Flash. I am not just another user, I build computers, I create software... I do it all... Now my question is, why cant you guys at adobe, Firefox, Microsoft, Google, Lunascape, opera... All put your heads together and spend just a little bit of money on fixing this issue or you could go broke if you make enough people upset. This is crazy to sit back and let this all happen.. I request you guys act professional and get it fixed.... Oh and before any of you employees decide to respond to this even if you read it.. I want to let you know I have tried the latest updates... Nothing, I have downloaded older versions of many different browsers... i know it is not a browsing issue It is in the hands of Adobe... I know this much... Firefox and many other browsers got over ran with reports about their browsers crashing so they decided to update so that Flash player would load on its own instead of within the browser... Now that Flash is all alone it has proven that it is the issue... Yet no one is working on the issue to fix it... okay I am done typing now... Fix it Please... For me and all of the other flash users out there who would like a working plugin... Thanks Jenny........

    Same problem i'm having with mine "ever since the new update to 10."  It seems to do it to anything that has a video.  On my Bank web site it keeps reloading the main page or if not that it goes to a page saying the following.
    Internet Explorer has closed this webpage to help protect your computer
    A malfunctioning or malicious add-on has caused Internet Explorer to close this webpage.

  • Why when using Adobe Bridge,  I apply a star rating,  the rating does not show up in Photoshop Elements? [tags]

    Why when using Adobe Bridge,  I apply a star rating,   the rating does not show up in Photoshop Elements.  I use Elements as my organizer and Bridge to view as it is much more user friendly.  Anyone any solutions??

    Most likely you have set the wrong file as the external editor. You don't want the obvious one; that's just a link to the welcome screen. Go back and choose this one, which is hidden away inside the folder Support Files:

  • Cant open PDF files..It says the adobe acrobat reader that is running can not be used to view files in a browser..plz suggest the solution.thanks

    Whenever i try to open a PDF file it says " The adobe/acrobar reader that is running can not be used to view files in a web browser. Plz exit adobe/acrobat readerand exit your web browser and try again." Wt do i need to do, plz suggest.
    Regards
    Aditya Bhargava

    Hi adityabhargava01-
    My first suggestion is to upgrade to the most recent version of Firefox by going to this link:
    http://www.mozilla.org/en-US/firefox/new/
    My second suggestion is to read this article on how to many your preferences on how Firefox deals with PDFs and all other file types:
    [[Options window - Applications panel]]
    I hope that helps!

  • Chrome - Adobe-Acrobat/Reader can not be used to view PDF files in a web browser.

    I can't view PDF files via Chrome (it works on Internet Explorer but I prefer Chrome)  -  the error below has arisen recently on Chrome, though I can't see what has changed.
    "Acrobat plug-in
    The Adobe-Acrobat/Reader that is running can not be used to view PDF files in a web browser. Please exit  Adobe Acrobat/Reader and exit your Web Browser and try again."
    I have looked through Forum articles on similar errors and have tried the following(text copied from other Forum entries)
    Repair Adobe Acrobat (from Acrobat)
    Repair Adobe Acrobat (from Control Panel
    Configure Acrobat  as a helper application: Choose Edit > Preferences., Select Internet on the left., Deselect Display PDF In Browser Using [Acrobat application], and then click OK.Quit Acrobat or Reader
    Create a registry item for Acrobat: with Regedit: If the registry item doesn't exist on the system, do the following: Go to Edit > New > Key and create the missing HKEY_CLASSES_ROOT\Software\Adobe\Acrobat\Exe.Go to Edit > New > String Value and name this key (Default).Select (Default), and then go to Edit > Modify. Type the Adobe Acrobat path in the "Value data" for your product.,restart your computer
    Repair the HKCR\AcroExch.Document registry key: Navigate to HKEY_CLASSES_ROOT\AcroExch.Document., Right-click AcroExch.Document and select Delete; make sure that you have the correct key, and click Yes on any prompts, Right-click AcroExch.Document.7 and select Delete; make sure that you have the correct key, and click Yes on any prompts. Repair your Acrobat  installation
    None has solved the problem. However it still works ok with IE. But I want to stick with Chrome because I find IE is so slow!
    I am using Vista, with Adobe Acrobat standard 9.5.2 and Google Chrome version 23.0.1271.64 m which is marked on Chrome as 'up to date'
    Does anyone know why I might be getting this error on Chrome but not IE?

    I think I have discovered the answer to my own question!
    I have disabled Adobe Reader plug-in, and can now see PDFs in Chrome.
    (Steps: Chrome Menu, Settings option, Click Advanced Settings link, then Content Settings button, then select Disable Individual Plug-Ins, and a list of plug-ins is offered to enable or disable).
    I then get a different result depending on whether or not Chrome PDF viewer is enabled - with it enabled I see the PDF document in Chrome, or with it disabled then the option is offered to download it, but either way I can get it it via Chrome without having to run Internet explorer in another browser window.

  • Adobe Acrobat/Reader can not be used to view PDF's in Web browser.

    Does any one came accross the following message trying to view PDF's in web browser? "Adobe Acrobat/Reader that is running can not be used to view PDF documents in Web browser. Please exit the Acrobat?Reader application and try again". Thanks for your help! Barbara

    http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

Maybe you are looking for