Facebook Connect - Without Javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • serdar
    New Member
    • Nov 2008
    • 88

    Facebook Connect - Without Javascript?

    I have no Facebook API experience, but I plan to add "Facebook Connect" in one of my sites.

    I do not want to use Javascript based login that Connect has by default.
    • Is Javascript required for Facebook integration?
    • Isn't it possible to implement it with PHP scripting?
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    I think you might want to contact the people who run Facebook and 1st make sure what you are going to do is ok with them. 2nd if they give you the ok...they can probably tell you how to do it.

    Comment

    • serdar
      New Member
      • Nov 2008
      • 88

      #3
      I got this answer from a Facebook admin:

      There are a number of ways to authenticate. In general, you can still use the same methods as normal applications, as explained here: Authorizing Applications - Facebook Developers Wiki

      Note, however, that for a large portion of the new Connect functionality, such as the JS lightboxes and XFBML, that you obviously won't be able to take advantage of this without using the JS client library.
      So it is possible to 'Connect' using PHP and add AJAX support on top of it.

      Comment

      • Sujoy Pal

        #4
        You can user only PHP to make facebok Connect. In that case you do not need the JavaScript. Download PHP SDK from Facebook. The examples withis the php sdk uses some javascript. copy paste php code from facebook forum for PHP SDK facebook connect. thats it! there are lots of complete code in facebook site itself.

        Comment

        Working...