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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:49:26+00:00 2026-06-02T17:49:26+00:00

I use facebook Graph API to create a feed for facebook from my own

  • 0

I use facebook Graph API to create a feed for facebook from my own web site. It is successfully created and returned with an ID of the feed.

My question is, is it possible to create a link to this individual feed in facebook so that user from my web site can directly click and open that feed?

I know for twitter and foursquare this is possible, as I have done it.

Thank you,
George

  • 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-02T17:49:29+00:00Added an answer on June 2, 2026 at 5:49 pm

    I’m not sure if there’s a “graph way” of doing it, but you can construct such a url given the user id/username and the post id (which you have):

    http://www.facebook.com/USERNAME_OR_ID/posts/POST_ID

    that url should take the user to the post.


    Edit

    I take it back, here’s the “graph way” of doing it, using the FQL stream table:

    SELECT post_id, permalink
    FROM stream
    WHERE post_id = "USERID_POSTID"
    

    I’m not sure why the post_id is made of the user id + ‘_’ + post id, but that’s how it looks like.
    You can see the user posts like so:

    SELECT post_id, permalink
    FROM stream
    WHERE source_id = me()
    

    (try it)

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

Sidebar

Related Questions

I'm starting to use facebook graph api to create events with javascript! It works
I normally use a dirty method to get my Facebook Graph API token key
We use Facebook Connect on our site in conjunction with the WWW::Facebook::API CPAN module
I want to use the FaceBook Graph API to develop some apps (I won't
I want to use facebook's graph api to retrieve a page's photos. Here's the
When I create a post (status update) on my own wall via facebook web
Possible Duplicate: Add picture at facebook event with Graph API I have been trying
I want to use facebook graph api to authenticate users on my webapp which
I'm trying to use the Facebook Graph API to get all the events I'm
I would like to take data from the Facebook Graph API and analyze it

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.