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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:05:00+00:00 2026-06-09T23:05:00+00:00

I’m trying to post a score from my server. I have my app set

  • 0

I’m trying to post a score from my server.

  • I have my app set up as a game.
  • I’ve got my app access token.
  • I’m POSTing to https://graph.facebook.com/USER_ID/scores
  • I have authorized and given publish_stream and publish_actions permissions to my app for the USER_ID (which is me).

However, an error is telling me that I need a user access token for that action, which I don’t as Facebook states here: https://developers.facebook.com/docs/score/

Create or update a score for a user

You can post a score or a user by issuing an HTTP POST request to
/USER_ID/scores with the app access_token as long as you have the
publish_actions permission.

I’ve seen a similar question but it was unanswered: Facebook Graph API Explorer won't POST scores (they’ve ended up creating a new app, which is not a real solution)

To verify that it’s not me who is incorrectly using the API, I went to Graph API explorer and tried it also there with the same access token, no luck:

trying in Graph API

Funny, that if I follow what it says and try the same with my user access token, it then says: This method must be called with an app access_token.

Is there something that I’m missing or is there a bug with the Graph API?

Thanks,
Can.

  • 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-09T23:05:02+00:00Added an answer on June 9, 2026 at 11:05 pm

    It looks like you have everything correct, but there’s one relatively little-known case which will produce that error message.

    Check the ‘App Type’ field in the Advanced Settings:
    screenshot of the app settings interface

    If this is set to ‘Native/Desktop’ instead of ‘Web’ in the Advanced settings, it’s assumed that your app’s binary/native distribution contains the app secret.
    In this configuration, API calls made with the app access token are untrusted, effectively the token is completely ignored.

    Change the app settings back to ‘Web’ and you should be able to post or delete Scores and/or Achievements with the App Access Token

    If this is the issue, you can quickly verify if with a call to
    https://graph.facebook.com/app?fields=migrations&access_token=[APP ACCESS TOKEN HERE]

    In ‘Web’ mode, the response contains the migration settings for the app, something like:

    {
      "migrations": {
        "secure_stream_urls": false, 
        "expiring_offline_access_tokens": false, 
        "requires_login_secret": false, 
        //etc
    }
    

    In ‘Native/Desktop’ mode, the app access token is untrusted, so you can’t access the app’s private data, and the response is:

    {
      "error": {
        "message": "An unknown error has occurred.", 
        "type": "OAuthException", 
        "code": 1
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a text area in my form which accepts all possible characters from
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I'm trying to create an if statement in PHP that prevents a single post
I have a view passing on information from a database: def serve_article(request, id): served_article
I have a bunch of posts stored in text files formatted in yaml/textile (from
I am trying to loop through a bunch of documents I have to put
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has

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.