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

  • SEARCH
  • Home
  • 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 6944883
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:21:54+00:00 2026-05-27T13:21:54+00:00

Question: How to delete an application request using the facebook-actionscript-api? I am trying to

  • 0

Question:
How to delete an application request using the facebook-actionscript-api?

I am trying to delete application requests making this call in Actionscript:

Facebook.api(full_request_id, callback, "delete", "POST");

The Actionscript API then throws the following error:

Exception fault: ReferenceError: Error #1069: Property access_token
not found on String and there is no default value. at
com.facebook.graph.core::AbstractFacebook/api()[C:\Users\facebookGraphApi\api\com\facebook\graph\core\AbstractFacebook.as:134

Which is logical as the script at that point tries to access the value of params which is now the String “delete”:

if (params.access_token == null) { params.access_token = accessToken; }

Related questions: AS3 API: Deleting App Invites

  • 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-27T13:21:55+00:00Added an answer on May 27, 2026 at 1:21 pm

    The following worked for removal of application requests:

    var full_request_id : String = request_id + "_" + user_id;
    var method : String =  "/" + full_request_id;
    Facebook.deleteObject(method, callback);
    

    @see AbstractFacebook.as
    The actionscript-api will then add the property ‘method’ with value ‘delete’ to the parameters of your call:

    protected function deleteObject(method:String, callback:Function = null):void {
            var params:Object = {method:'delete'};
            api(method, callback, params, URLRequestMethod.POST);
        }
    
    if (params.access_token == null) { params.access_token = accessToken; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question was inspired by a similar question: How does delete[] know the size
This is a follow on question to How do I delete 1 file from
I've read this question, but I want to know how can I delete the
Unlike the other posts about the task delete all tables, this question is specifically
Ok, I wrote this question up earlier today but I decided to delete it
EDIT-Moderator, feel free to delete this question. The problem lay in my background image
Simple question: do I have to delete or delete [] c ? Does the
Hi I'm building a Seam application and have a question: I got a stateless
I have this problem in my application: Step 1 - create an file (xml)
I do have couple of solutions(rather call them hacks) for doing this but looking

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.