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 6706831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:34:00+00:00 2026-05-26T07:34:00+00:00

I want to create a flash Facebook application in which, after pressing a button,

  • 0

I want to create a flash Facebook application in which, after pressing a button, the user will be able to browse his/her photo albums and choose a photo. How should i do that? What will be the code under the button to gain authentication from any user using this application?
Thanks.

  • 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-26T07:34:00+00:00Added an answer on May 26, 2026 at 7:34 am

    I am currently writing a facebook application for a university assignment that will allow the user to do everything you can do in facebook, but via the flash player window. You will need a few basic things happening in order to do it.

    1. User log in and authentication – this must be done via Facebook – using OAuth authentication, and meeting all of facebook’s security policies
    2. register the application with facebook
    3. Use the Graph API (facebook’s developer’s toolkit) to get the necessary functions that will communicate with facebook via flash.

    In Flash itself you will use a bunch of URLRequest functions to send out to FB for information, then you will need to retrieve that data responses and store them to variables (extracting data with a few lines of code is easy, something like this;

    //initialise variables
    
    public var photoURL:String;
    
    var Request:URLRequest = new URLRequest("http://www.whatever the url  for the graph api service you are using which is founf from FB");
    
    //that ^^ will send off a request for the url, you then want to use the returned data by registering an event handler like this below
    
    functionName.addEventListener(onComplete, completeHandler);
    
    functionName(event, EVENT)
    {
       var loader:URLLoader = new URLLoader(Request);
       var data:XML = new XMLData(load.loader); //i think this is right but not 100% sure, fiddle with it
       //then you want to extract the data that is returned, for example, extracting xml data from a rest request works by hitting data from the xml by specifying a path to the object you want. an example of xml is this <rsp stat="ok"><photos ......more code="morecode"><photo url="url of photo"></photo</photos> so you can hit the url in that example like this;
    
       photoURL = data.photos.photo.@url; //this line will grab the photo url for you, allowing you to dynamically create an array and assign photos to the flash stage according to the url you get
    }
    

    this is fairly advanced stuff and I am assuming that you have some decent knowledge on AS3, XML, and the FB API, if you need more help just reply

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

Sidebar

Related Questions

I want to create an application which will take the web cam as an
I am trying to create a flash retweet button, and i want to know
I want to create a new application. It will basically be a Deep Zoom
I want to create template in flash using actionscript 3, this template will call
I want to create a custom executable which is similar to the Flash Projector
I want to create an application that will save the files being deleted from
So I have Html like this http://trac.edgewall.org/wiki/RecentChanges (I want to create some Flash Track
I want to create a Java application bundle for Mac without using Mac. According
I want to create an allocator which provides memory with the following attributes: cannot
where to begin ? i want to create multiplayer flash games using Union (any

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.