Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The quickest &amp; easiest way to get started with integrating with Facebook is to add a "Login with Facebook" button to your site: <a href="https://developers.facebook.com/docs/guides/web/#login" rel="nofollow">Facebook for Websites</a>. Users will browse to your site at your domain as usual, as opposed to inside a Facebook canvas. You'll have access to any Facebook feature you want to test to see if a canvas app is worthwhile.</p> <p>This does require that you set up a Facebook Developer app to get an App ID and Secret, but you won't have to parse a signed_request, use SSL, etc.</p> <p>Once you do this, a user can click the "Login with Facebook" button on your site and allow access on the permissions prompt. That user will then be authenticated with your Facebook app, and you'll have access to the social channels like feeds and requests, the Graph API, etc.</p> <p><strong>Update</strong></p> <p>To answer @johnny's comment question: Yes, by using the <a href="http://developers.facebook.com/docs/reference/javascript/" rel="nofollow">Facebook Javascript SDK</a>. You can post to a user's wall by either prompting them with a <a href="https://developers.facebook.com/docs/reference/dialogs/feed/" rel="nofollow">Feed Dialog</a> each time you want them to post a story to their wall, or by requesting the 'publish_stream' <a href="http://developers.facebook.com/docs/reference/api/permissions/" rel="nofollow">extended permission</a>, which allows you to post stories to their wall without prompting the user every time (only if the user indicates they want to share that particular story - be sure to read through the <a href="http://developers.facebook.com/policy/" rel="nofollow">TOS</a>).</p>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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