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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:13:59+00:00 2026-06-12T23:13:59+00:00

how to find a facebook url is community url or profile url using facebook

  • 0

how to find a facebook url is community url or profile url using facebook API

For example
http://www.facebook.com/adelphi.panthers

http://www.facebook.com/BryantAthletics

Which is profile url and which is community url, how to find?

  • 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-12T23:14:00+00:00Added an answer on June 12, 2026 at 11:14 pm

    Well as @Lix has suggested you could do something like this:

    Request: https://graph.facebook.com/BryantAthletics?fields=gender

    HTTP Response: 400 Bad Request

    JSON Response:

    {
       "error": {
          "message": "(#100) Unknown fields: gender.",
          "type": "OAuthException",
          "code": 100
       }
    }
    

    This tells us its NOT a User object. But then it could be a group or a page.. So you need to make another request using an attribute that is unique either to a group or page. Depending on how you make the request, you could decide to handle the result accordingly.

    Consider,

    Request: https://graph.facebook.com/adelphi.panthers?fields=gender

    HTTP Response: 200 OK

    JSON Response:

    {
       "gender": "female",
       "id": "1360823630"
    }
    

    Now this tells us that the gender attribute exist within this Facebook object and so it is definitely a user.

    I’m assuming you are using JQuery to capture and parse the response. Then you would check for the error attribute in the JSON variable to determine the object type.

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

Sidebar

Related Questions

Where can I find full docs for using http://www.facebook.com/sharer.php ? I want to know
After following these steps: http://developers.facebook.com/docs/mobile/android/build/ I find that everything goes well, but when I
I am trying to post an apprequest to a user using the URL: https://graph.facebook.com/USER_ID/apprequests?message=’This
With Facebook, you can do this: http://api.facebook.com/method/fql.query?format=json&query=SELECT total_count FROM link_stat WHERE url=http://stackoverflow.com OR url=http://stackexchange.com
I'm using a Facebook-like autocomplete jquery library found at: http://otisbean.com/dropbox/jquery.tokeninput.js In my own html
I'm trying hard to find a way to implement the Facebook api in cocos
I've read several sources now but did not find a solution: I'm using Facebook
As I know Facebook has embraced Open ID but I can't find the url
I have an application which integrates with facebook via oauth2 devise/warden/omniauth. Everything works find
I am trying to find a way to keep connected with the Facebook API

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.