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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:07:58+00:00 2026-06-05T04:07:58+00:00

How to implement Suggest MY-PAGE to friends using PHP-SDK or using Javascript SDK?

  • 0

How to implement “Suggest MY-PAGE to friends” using PHP-SDK or using Javascript SDK?

  • 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-05T04:08:00+00:00Added an answer on June 5, 2026 at 4:08 am

    First you need the Facebook SDK bundle that contains base_facebook.php, facebook.php and fb_ca_chain_bundle.crt . You will also need fbmain.php and config.php .

    Next you should have a file (e.g postToWall.php) that includes fbmain.php

    <?php
    include_once "fbmain.php";
    ?>
    

    An example of postToWall.php file.

    <html>
        <body id="my_body">
        <div id="fb-root"></div>
         <script>
          window.fbAsyncInit = function() {
            FB.init({
              appId: '<?php echo $facebook->getAppID() ?>',
              cookie: true,
              xfbml: true,
              oauth: true
            });
    
            FB.Canvas.setAutoGrow();
          };
    
          (function() {
            var e = document.createElement('script'); e.async = true;
            e.src = document.location.protocol +
              '//connect.facebook.net/en_US/all.js';
            document.getElementById('fb-root').appendChild(e);
          }());
        </script>
    
        <?php
    
            if ($me)
            {
                $params = array('message' => "message here",
                                'picture' => "picture hyperlink here",
                                'name'  => "name here",
                                'link' => "facebook page hyperlink here",
                                'description' => " description here"
                                );
                $status = $facebook->api('/me/feed', 'POST', $params);
    
                if (isset($status['id']))
                {
                            //do something
                }
    
            }
        ?>
        </body>
    </html> 
    

    Credits to my tutor, Mr Zen Leow

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

Sidebar

Related Questions

Please suggest me the best authentication way to implement in the scenario mentioned below:
Can someone suggest me how to implement a pop-up window in Java Swing. I
I implement a Singleton using the enum approach: public enum Singleton { INSTANCE; public
I am coding a website in PHP and Javascript which implements private messaging functionality,
We are in a urgency to implement fileaggregation for Javascript and css files We
I would like to implement a table in JSP page which is something similar
I am expecting to implement a work flow like this. Browse facebook Canvas Page
I'm trying to implement what this answer suggests but without storing the display name
I'm thinking sugest to my organization, to implement SVN for all users in my
Implement an algorithm to determine if a string has all unique characters. What if

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.