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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:16:51+00:00 2026-06-06T07:16:51+00:00

I have built a Facebook app using the Javascript SDK that has been up

  • 0

I have built a Facebook app using the Javascript SDK that has been up and running for about 6 months, it has been working fine and publishing a post to a users wall if they beat their current best score. It was working up until now. The app itself is still working but the ability to publish a post to the users feed seems to have broken and I am not able to figure out why?.

I have not changed any code in my app and have also tested the code in another of my apps and it works fine. The app has all the correct permission requests, which I and my users seem to have. I haven’t received any mail from facebook saying they have blocked my publishing rights for any reason. Does any one have any ideas why this has happened?

Here is the code for publishing:

var params = {};
params['message'] = 'Just achieved my highest score';
params['name'] = 'Game Name';
params['caption'] = "Caption";
params['link'] = 'my link to my app';
params['picture'] = 'a link to a pic for my app';
params['description'] = 'Description of my app';


FB.api('/me/feed', 'post', params, function(response) 
{
  if (!response || response.error) 
  {
    //alert(response.error);
  } else {
    //alert('Post ID: ' + params['message']);
  }
});

The response returned is error, but it never used to be?

Any help would be appreciated. Thank you

  • 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-06T07:16:53+00:00Added an answer on June 6, 2026 at 7:16 am

    The policy for publishing in user stream has simply changed.
    See there:
    https://developers.facebook.com/docs/reference/rest/stream.publish/.

    We are in the process of deprecating the REST API, so if you are building a new application you shouldn't use this function. Instead use the Graph API and POST a Post object to the `feed` connection of the User object
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Facebook app that is built as an iFrame. I am using
I have built a Facebook app using OpenGraph that permits the users to write
I have built an app using the facebook canvas method. This works in Mozilla
I have a website built using MySQL, can a facebook app be built sharing
Ive been given the task of localising a facebook app that is built in
I have built an app that plays lots of sounds the easy way: AudioServicesPlaySystemSound(someSoundID);
In my Android app, I log in using the Facebook SDK and display posts
I have come accross the static HTML app for facebook pages that allows us
For the past 6 months, I've been working on my own nodeJS app, where
Im trying to build a facebook app using the c# sdk Part of the

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.