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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:51:57+00:00 2026-06-06T08:51:57+00:00

I’ve been trying to figure out how to do this, and was thinking it

  • 0

I’ve been trying to figure out how to do this, and was thinking it wasn’t possible, then found this website: (Removed due to a dead link)

You can search by city there and I have no idea how they do it? The normal graph API’s don’t allow searching for events by location as far as I can see. Any advice/tips/info would be great!

  • 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-06T08:52:02+00:00Added an answer on June 6, 2026 at 8:52 am

    Updated 2014-07-02

    You can’t directly search the Facebook API for events near a location. Since originally giving this answer, the Graph API has made it harder to search for events.

    The Elmcity script referenced by the OP does a simple search for a keyword in the event title. Try "Lancaster" for example. You’ll get events that have the word Lancaster somewhere in their metadata.

    Their query looks something like this:

     https://graph.facebook.com/search?q=lancaster&type=event
    

    You can also search for a non-location based word in the title like "picnic" and the script returns events.

    For the problem of actually finding events near a location, in the current iteration the "venue" field is only a string, so it has no relationship to any Facebook place. Running these query returns nothing:

    https://graph.facebook.com/madisonsquaregarden/events
    https://graph.facebook.com/108424279189115/events
    

    So using a batched request isn’t even a possibility.

    According to the documentation FQL seems to be a better solution. In the event documentation, the venue.name column is indexable! Easy, right?

    Wrong. When you run this FQL query to find events at some location like this:

     SELECT name, start_time, venue FROM event WHERE CONTAINS("madison square garden")
    

    You find that venue.name isn’t populated.

    Trying any other variation like:

     SELECT name, start_time, venue FROM event WHERE venue.id = 108424279189115
    

    Throws a "statement not indexable" error.

    So while building a "Facebook Events Near Me" is the killer app, the only way that it seems possible is to search for common strings for events near you, get those events, then filter out irrelevant events from the result set.

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

Sidebar

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
Basically, what I'm trying to create is a page of div tags, each has
this is what i have right now Drawing an RSS feed into the php,

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.