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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:04:36+00:00 2026-05-27T12:04:36+00:00

Is it possible that i can post and retrieve a group’s documents with the

  • 0

Is it possible that i can post and retrieve a group’s documents with the facebook group api? i have went through the documentation and couldn’t find anything that explain how this can be achieved, if anyone know where i can get this please give the link url so that i can go and read it myself. In short i want to retrieve and be able to post documents to a facebook group through a facebook api, either javascript or PHP. basically i’m just looking for a place where i can go and read for myself how this can be done not to be fed with code but if there is any code working out there then don’t hesitate to post it.

Thanks
Donald

  • 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-27T12:04:36+00:00Added an answer on May 27, 2026 at 12:04 pm

    The only page in the Facebook API docs I found that mentions group documents is this:
    https://developers.facebook.com/docs/reference/api/group/

    You can retrieve the documents of a group with the docs connection of the group.

    Use a URL of this form:

    https://graph.facebook.com/group_id/docs?access_token=...
    

    With the ID of a doc, you can request it directly:

    https://graph.facebook.com/doc_id?access_token=...
    

    Using the JavaScript SDK:

    FB.api('/doc_id', function(doc) {
      alert(document.body.innerHTML = doc.message);
    });
    

    Posting a doc

    (requires permissions publish_stream and manage_groups)

    var doc = {
      subject: 'Test',
      message: 'This is a test doc.'
    };
    FB.api(group_id + '/docs', 'post', doc, function(response) {
      if (!response || response.error) {
        alert('Error occured');
      } else {
        alert('Doc ID: ' + response.id);
      }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to learn about all possible conditionals that can be used on
Without help from additional container (like vector), is it possible that I can make
Is there a possible htaccess directive that can transparently forward request from index.php to
I'm trying to find about ALL the possible options that I can set in
Possible Duplicate: Is there a tool that can display a SVN repository visually (
Is it possible to create an attribute that can be initialized with a variable
Is it possible to create a list that can be access by either an
Is it possible to create a library that can be consumed from .Net 2.0
Is it possible to develop a plug-in for Internet Explorer that can replace the
It's possible to create digrams in SQL Server 2000 that can be useful to

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.