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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:41:07+00:00 2026-06-17T13:41:07+00:00

I am working with facebook graph api rsvp_event. I am using javascript SDK. Everything

  • 0

I am working with facebook graph api rsvp_event. I am using javascript SDK. Everything works great when the user is logged in. But when the user is not logged in, it gives an error.

I need information about who is attending a public event. I now understand that I would need an access token to retrieve this information. So, my question is how do I get the access token if no user is logged in? Is it impossible or is there a workaround? Could it be done server side using app_id and client_secret?

I am developing a ColdFusion page, but I can use PHP if needed. I have support for both.

I have heard the term *offline_access_permission*. They have removed this feature. Could it be done when it was still available?

EDIT:

Could this be achieved by test user? Say, on server side I login via test user, get the event information (Just a “get” request to read who is attending an event) and then log off. On the client side I do the rest ( user login, rsvp to an event).

I don’t know much about “test user” or its purpose. Can anyone confirm whether this can be achieved or not?

Thanks in advance.

  • 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-06-17T13:41:09+00:00Added an answer on June 17, 2026 at 1:41 pm

    Are you sure you actually need the user’s access token? According to documentation here you may need:

    - a generic access_token for public events (those whose privacy is set to OPEN)
    - a user access_token for a user who can see the event for non-public events
    - an app access_token (for non-public events, must be the app that created the event)
    - a page access_token (for non-public events, must be the page that created the event)
    

    You can get info on how to get those tokens here https://developers.facebook.com/docs/concepts/login/access-tokens-and-types/

    A good idea could be to store the attending users (in the DB) when you have access to the event – when some user is logged in.

    UPDATE for getting the data from FileContent.

    I don’t know what API response exactly you are referring to, but from my experience they are returning data:
    – serialized using JSON – you need to use DeserializeJSON(), for example like this:

    local.returnStruct = DeserializeJSON( local.requestResult.FileContent );
    

    or

    local.returnStruct = DeserializeJSON( local.requestResult.FileContent.toString() );
    
    • send as something similar to URI. I’m using a function to get that data:

      function getStructFromQueryString( queryString ) {
          var ret = StructNew();
          var i = 0;
          var key = '';
      
          for(i=1; i LTE ListLen(arguments.queryString,'&'); i++) {
              key = ListGetAt(arguments.queryString, i, '&');
              ret[ListFirst(key,'=')] = URLDecode(ListLast(key,"="));
          }
      
          return ret;
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the PHP library for the Graph API ( http://github.com/facebook/php-sdk ) but
Picture posting NOT working with Facebook Graph API The message is posted but the
I am using facebook C# SDK in my application and using Graph API. Everything
I have been working on a facebook application which will be using Graph API
I tried to grab my Facebook ID using open graph API. It is working
Hi I am currently working on Search feature of Facebook Graph API using C#
I´m using Facebook graph API thru the JS SDK and the Php SDK. While
I am trying to read a user's stream using the facebook graph api. the
I am working on facebook application for ipad. I am using graph api for
I've been recently working with facebook graph api , when I'm pulling user's recents

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.