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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:11:28+00:00 2026-06-04T08:11:28+00:00

Has anyone been able to figure out how to authenticate an external web site

  • 0

Has anyone been able to figure out how to authenticate an external web site to post to a facebook app’s page (wall)?

We have an external rails site, and all I’m looking to do is post to our facebook app’s page whenever a new resource is created. I’m so confused right now with all these tokens and expirations!!!

Ex. I can manually visit:
https://www.facebook.com/dialog/oauth?client_id=(our client id)&redirect_uri=(our redirect uri)&scope=manges_pages,publish_stream&response_type=token

(no parenthesis)

to get the account access token, but this approach is manual and it it works only if I go through my browser and I’m signed into FB (so it’s using cookies). How can I automate the authenthientication process for my external web app?

  • 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-04T08:11:29+00:00Added an answer on June 4, 2026 at 8:11 am

    I would try to use a Cross-Domain AJAX GET request to the URL (with parameters). This will allow the request to utilize the current user’s cookies. jQuery is fairly reasonable for this type of situation. $.ajax(); using JSONP should do it.

    Something like this:

    $.ajax({
        type: 'GET',
        url: 'https://www.facebook.com/dialog/oauth',
        data: {
            client_id: '(our client id)',
            redirect_uri: '(our redirect uri)',
            scope: 'manges_pages',
            publish_stream: '',
            response_type: 'token',
            format: 'jsonp'
        },
        dataType: 'jsonp',
        success: function(data)
        {
            // Do stuff.
        }
    });
    

    EDIT:
    Should be noted that I haven’t ever done this with Facebook’s API specifically. In doing a little digging, I don’t know if this is possible to do with just a GET request:
    https://developers.facebook.com/docs/reference/api/

    Seems you need some kind of authentication to happen on the server-side before you can publish to their API.

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

Sidebar

Related Questions

Has anyone been able to figure out how to configure the ccnet source control
Has anyone been able to implement a scrollable table in HTML where the TOP
Has anyone been able to get Windows Installer to use the InstallUISequence table during
I'm wondering whether anyone has been able to use the Microsoft Chart control in
jQuery's scrollTop returns null when window is an iframe. Has anyone been able to
I'm trying to figure out how to display a menu that has been created,
Has anyone been able to get subsonic objects to work in linq pad ,
has anyone been able to use the new Sound method loadPCMFromByteArray in Flash 11
Has anyone had any request with this? I can't quite figure it out and
Does anyone know if this has been released yet? I went to asp.net and

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.