Note that there are some explanatory texts on larger screens.

plurals
  1. POBasic php program: Warning: session_start() [function.session-start]
    primarykey
    data
    text
    <p>I am new to Facebook app development. I created a sample app for learning. the code is as follows . Basically i want to print the profile name of the user. It will be great if I can get explanation of this code especially for the Italicized section.</p> <pre><code>enter code here &lt;html&gt; &lt;body&gt; &lt;h1&gt; Inspirations &lt;/h1&gt; &lt;div id = "quote"&gt; &lt;span id="facebook_stuff"&gt; &lt;div id = "profile_pic"&gt;&lt;img src="https://graph.facebook.com/1452321522/picture" border="0" /&gt; &lt;/div&gt; &lt;?php require 'facebook.php' ; $facebook = new Facebook(array( ‘appId’ =&gt; 'my app id', ‘secret’ =&gt; 'my app secret', 'cookie' =&gt; 'true', )); $user = $facebook-&gt;api('/1452321522'); ?&gt; &lt;div id="profile_name"&gt; &lt;?php echo $user['name'] ?&gt; &lt;/div&gt; &lt;/span&gt; "Love is god" &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><strong>I am getting the following output</strong></p> <p>Inspirations</p> <p>{image}</p> <p>Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/04/8471304/html/index.php:5) in /home/content/04/8471304/html/facebook.php on line 37</p> <p>Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/04/8471304/html/index.php:5) in /home/content/04/8471304/html/facebook.php on line 37</p> <p>Fatal error: Uncaught OAuthException: Invalid OAuth access token signature. thrown in /home/content/04/8471304/html/base_facebook.php on line 970</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload