Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6577183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:36:14+00:00 2026-05-25T15:36:14+00:00

EDIT: Fixed most of the problem (but not too sure why). Check the bottom

  • 0

EDIT: Fixed most of the problem (but not too sure why). Check the bottom of the post for my note.

I am doing my first AS3 Facebook project from scratch, so apologies for any stupid mistakes.

Anyhow, I created a simple class that init()’s the Facebook class object and prompts you to login if there is no getSession() currently in place. Now the problem is I can never get anything but NULL out of getSession() and calling Facebook.login() doesn’t do anything at all.

You’ll see in the code that Facebook.login() is conditional based on whether or not one can getSession(), but I have tried this without that check as well and I don’t even get the callback fired.

Any ideas?

I followed a tutorial on http://www.permadi.com/blog/2011/02/using-facebook-graph-api-in-flash-as3-1-5/ just in case there’s something blatantly wrong in my code (it’s his fault).

Code below:

    public function init():void {           
        Facebook.init(_appID, checkLoginStatus, null, _accessToken, true);
    }

    // facebook methods -----------------------------------------------------  /

    private function checkLoginStatus(response:Object, error:Object):void {

        if (Facebook.getSession() && Facebook.getSession().accessToken){ configLoginData(); }
        else if(!error) { promptLogin(); }
    }

    private function promptLogin():void {
        $requireLogin.dispatch();
    }

    // login / logout -------------------------------------------------------  /

    public function login(e:* = null):void {

        Debug.log("Facebook PROMPT LOGIN " + Facebook.getSession(), Debug.GREEN);

        if(Facebook.getSession() && !Facebook.getSession().accessToken){
            Facebook.login(checkLoginStatus, {perms:"publish_stream"});
        } else {
            Facebook.logout(logoutComplete);
        }
    }

I also have it running off of my server which is properly hooked up to an App (as required). You can see it here: http://themoleking.com/laboratory/facebook_as3/FacebookAPI.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:36:14+00:00Added an answer on May 25, 2026 at 3:36 pm

    OK, so I figured it out by digging through the Facebook API code.

    If you enter oauth=true when you are calling Facebook.init(), it will automatically make all session calls NULL.

    I don’t know enough about the API yet to know why that is, but at least I’m making some progress 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Edit: I fixed the problem by just starting from scratch. Sorry to waste y'alls
EDIT: I have fixed all but two warnings now, so thank you all for
Edit : The bug that caused this problem has been fixed. The @version tag
Edit: closing anchor fixed. This issue exists when testing on the following browsers: Google
EDIT : As of 2012-06-11 this bug has been finally fixed! https://bugs.webkit.org/show_bug.cgi?id=35981#c1 I have
EDIT: Now a Major Motion Blog Post at http://messymatters.com/sealedbids The idea of rot13 is
EDIT 1 I apologize but after reading the 2 suggested articles I still don't
I use emacs to edit most of my answers for SO, and although I
EDIT 4/16/2012: I fixed the problems and have the sortings working appropriately. I also
Update: Fixed, this was due to missing properties in views and my not knowing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.