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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:43:14+00:00 2026-05-29T23:43:14+00:00

I want to store the full access token in my site. Is it possible

  • 0

I want to store the full access token in my site. Is it possible to use the Facebook API and login with crontab every hour? If I can, can you point me to the documentation that talks about this?

require '../src/facebook.php';
$facebook = new Facebook(array(
  'appId'  => '13XXXXXXXXXX',
  'secret' => 'fbXXXXXXXXXXXXXXXXXXXXXXXXX',
));
$user = $facebook->getUser();
if ($user) {
  $logoutUrl = $facebook->getLogoutUrl();
  $access_token = $facebook->getAccessToken();
} else {
  $loginUrl = $facebook->getLoginUrl();
}
echo $access_token;

UPDATE:

My purpose is to provide a search box for the public so that everyone can search facebook without requiring a login.

I have tried

https://graph.facebook.com/search?q=mark&type=user&access_token=1xxxxxxxxxxxxxx‌​|xxxxxxxxxxxxxxx&scope=publish_stream,offline_access,user_status,read_stream

But it returns an error "message": "A user access token is required to request this resource."

And I see someone has developed a site that does facebook search at http://www.fbsearch.us/q/mark/5

How does that work?

  • 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-05-29T23:43:16+00:00Added an answer on May 29, 2026 at 11:43 pm

    As an answer to your third revision…

    I’ve accomplished saving the user state by

    a) saving the last url into the user session context

    b) directing the login success form to a server script that will save the credentials into the same session context and then redirects the browser to the last url or default welcome page.

    The redirect url is attached to the oauth login dialog:

    $params = array(
      'scope' => 'read_stream, friends_likes',
      'redirect_uri' => 'https://www.myapp.com/post_login_page'
    );
    
    $loginUrl = $facebook->getLoginUrl($params);
    

    After the user authorizes your app, FB redirects the user back to the redirect_uri with the access token in the URI fragment:

    https://www.myapp.com/post_login_page?access_token=...
    

    excerpts from facebook-getLoginUrl and Authentication

    You may have to append YOUR_URL with the session id if it doesn’t translate directly (likely because of crossing http/https/http).

    This way the user sees the least transition from the facebook login form an authenticated app page and can ignore the actual credentials.

    Be careful, methods like this may be compromised by XSS and other OWASP Top 10 Vulnerabilities

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

Sidebar

Related Questions

I want to store a user setting(language). so i can get the corresponding resources
I want to use a fast key-value store on an Android device where the
I'm trying to save the parsed data into MongoDB. I want to store every
I want to access the full model of users with their roles in my
I am trying to figure out whether I can use protobuf-net to store and
I am a new developer on Android and I want store user data in
I want to store an image in my SQLITE db. I checked out the
I want to store the password used for signing in a financial application that
I want to store a .NET object into Azure Blob Storage. Currently I serialize
I want to store user-clicked data in a cookie which never has to go

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.