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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:00:06+00:00 2026-06-04T10:00:06+00:00

In my iOS app, I get an access token using the following code: [self.facebook

  • 0

In my iOS app, I get an access token using the following code:

    [self.facebook authorize:[NSArray arrayWithObjects:@"user_events",
@"friends_events",  nil]];

I then request my events with the following code:

[self.facebook requestWithGraphPath:@"me/events" andDelegate:friendsVC];

But as a response, I only get events I have RSVP’d to. I would like to get all my events including those I have not RSVP’d to.

Any ideas?

  • 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-04T10:00:10+00:00Added an answer on June 4, 2026 at 10:00 am

    You can get list of events regardless of their RSVP status with next FQL query:

    SELECT eid, name, venue, location, start_time FROM event WHERE eid IN (
      SELECT eid from event_member WHERE uid = me()
    )
    

    This will not return RSVP status for each event but just events details. You may wish to use Batch Requests to get both details of events and rsvp_status with same query.

    https://graph.facebook.com/?method=post&batch=[
      {
        "name":"rsvp",
        "relative_url":"fql?q=SELECT+eid,rsvp_status+FROM+event_member+WHERE+uid=me()",
        "omit_response_on_success":false
      },
      {
        "relative_url":"?ids={result=rsvp:$.data.*.eid}"
      }
    ]
    

    See event and event_member table documentation for details on other fields you may wish to retrieve.

    Notes:

    Starting July 5th, an access token will be required to access even public events.

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

Sidebar

Related Questions

I'm using the Facebook iOS SDK . In my code I have authorized my
when I archive my iOS app I get the following errors: ld: warning: alignment
I'm trying to get my iOS app to access files from my local apache
As described in the README for facebook-ios-sdk, my app calls Facebook#authorize:delegate: before performing any
When trying to run my iOS app on a device, I get the following
I'm using facebook connect in an iOS app (ARC, running on iOS 5). it
Is it possible to build an iOS app that will get user's voicemails ?
im working on a Spotify IOS app and i've been trying to get the
For an ios app I try to develop, I need to get a listing
Hello I'm trying to archive an iOS app. I get this: warning: Application failed

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.