406 Publish Actions With Facebook Javascript Sdk

In the previous article, we learned how to create a Facebook app, authenticate a user, and access their basic information like email and friends.

Now in this second part of the tutorial series, we will learn how to publish status/photo through Graph API. For this tutorial, we would need to ask for two more permissions i.e publish_stream, user_photos.

If Using Facebook Login Button

<div class="fb-login-button" autologoutlink="true" data-show-faces="false" data-width="200"
data-max-rows="1" size="medium" scope="email,publish_stream,user_photos">

If using FB.login method


1

function
login()
{

2
Latest posts by Rahul Huria (see all)