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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:08:20+00:00 2026-06-14T13:08:20+00:00

I am trying to receive realtime updates from Facebook using their Realtime Updates API.

  • 0

I am trying to receive realtime updates from Facebook using their Realtime Updates API. I am just trying to get updates of the user’s feed. I am using PHP to do all of this. I have it setup and verified, but I cannot access the response when they send it to my callback url. Is there a way to retrieve the json that is being sent to my callback url?

  • 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-14T13:08:21+00:00Added an answer on June 14, 2026 at 1:08 pm

    From the docs:

    The request will have content type of application/json and the body will comprise a JSON-encoded string containing one or more changes.

    This means you can not access it in PHP using the “normal” way of accessing values in $_POST, because this request is not of the format form/urlencoded – it does not contain name=value pairs, but instead is in itself just a JSON-encoded string.

    You should be able to read this data using the php://input stream wrapper – for example by simply using a line like

    $inputdata = file_get_contents('php://input');
    

    – and then you just use json_decode on the contents of this variable.

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

Sidebar

Related Questions

I am trying to receive real-time notifications from Google Reader whenever my rss-feed updates.
I am trying to receive a json object back from php after sending data
I'm trying to calculate the time it takes to receive all data from a
I'm trying to receive Facebook notifications (within Facebook) when a user Likes a post
I am trying to receive the user selection from a segmented control and then
I'm trying to receive some data from a client in a server using Google
I'm trying to receive an image from a user and then upload it to
I am trying to receive the message from the queue using ANSI-C and MQGET
I am trying to receive an image from the Android Gallery via an ACTION_SEND
I'm trying to send and receive using pipes: send.cpp struct { long a; long

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.