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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T03:46:06+00:00 2026-05-24T03:46:06+00:00

I am trying to search the Facebook API from my application using javascript FB.api(url,

  • 0

I am trying to search the Facebook API from my application using javascript FB.api(url, success function) and the JSON object that comes back contains the error: “Search queries are unsupported for this connection.”

The url I’m using is: “https://graph.facebook.com/search?q=Bamboo&type=page&access_token=”, which works when I’m testing it in browser

Why is my search unsupported???

  • 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-24T03:46:07+00:00Added an answer on May 24, 2026 at 3:46 am

    The problem is your url. You only put your graph api command in the url parameter, thus the “https://graph.facebook.com” shouldn’t be included.

    For using the search call,

    var urlCall = "/search?q=Bamboo&type=page&access_token=";
    FB.api(urlCall, function(response) {
      //you code to execute     
    });
    

    and not the following

    url = "https://graph.facebook.com/search?q=Bamboo&type=page&access_token="
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can make a search query using these tokens here: http://developers.facebook.com/docs/api#search in the links:
I am trying to process the following URL via the HttpGet() method: https://graph.facebook.com/search?q=Cafe++Bakery&type=event&access_token=&type=event&access_token=239090718395|lqqOnRWlcJOb3QGp3G4HW2aqhlc .
I am trying to extract Facebook ids from a list of emails using the
I'm trying to issue a Facebook Graphp API search call for groups with a
I'm trying to implement part of the facebook ads api, the auto complete function
var url = http://graph.facebook.com/search?q= + keyword + &type=post; $.get(url, function(data) { etc.. Trying to
I'm trying to search multiple attributes in XML : <APIS> <API Key=00001> <field Username=username1
I'm trying to search using the windows search one of my web directories for
I'm trying to get a case-insensitive search with two strings in JavaScript working. Normally
I'm trying to implement a facebook search in my system (auto suggest while typing).

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.