anonymouse71 / iAdvance---Facebook-Page-Application

Develop dynamic facebook application for your facebook page.

Home Page:http://thinkdiff.net/facebook/iadvance-graph-api-iframe-base-facebook-page-app-development/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

From my previous tutorial you already learned how to setup and develop iframe base facebook page application. I named this tutorial iAdvance, because In this tutorial IÕll describe some more advance features but IÕll skip some parts those I already described in my previous tutorial.

Facebook provides some api to access user data and to access this data user must have to authorized your application. Otherwise you canÕt call facebook api to get user data. Though facebook sends very minimal user data when user will visit your page app.

In this tutorial IÕll explain:

    How to add authentication feature in your page app using php sdk
    How to provide extended permissions list in the authorization page
    How to use graph api to get userÕs data & update userÕs status
    How to use FQL query
    How to parse signed_request sends by facebook
    How to detect if user liked your facebook page or not



Tutorial: http://thinkdiff.net/facebook/iadvance-graph-api-iframe-base-facebook-page-app-development/


License

Copyright (c) 2011, Mahmud Ahsan (http://thinkdiff.net)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimer in the documentation
      and/or other materials provided with the distribution.

    * Neither the name of thinkdiff.net or Mahmud Ahsan may be used to endorse or promote products derived from this
      software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Develop dynamic facebook application for your facebook page.

http://thinkdiff.net/facebook/iadvance-graph-api-iframe-base-facebook-page-app-development/


Languages

Language:PHP 100.0%