Forum QuickConnect how to build application from within facebook ?

Discussion and help relating to PlayerIO's QuickConnect feature, including Facebook Connect and Kongregate Connect.

how to build application from within facebook ?

Postby nirza » August 11th, 2010, 3:27 pm

I want to buld application on facebook itself so I guess the facebookConnect is the method to use but I really don't understand how to do that, the example code is not finished as you can see in line 05 here http://playerio.com/documentation/quickconnect/facebook so maybe a more detailed explanation can be given, I saw the example Chris made but it uses the popup. Can anyone give a detailed or even an example code on how to accomplish that ?
nirza
 
Posts: 39
Joined: April 10th, 2010, 11:50 am

Re: how to build application from within facebook ?

Postby Bunni » August 11th, 2010, 4:35 pm

Hey Nirza

Do you have your own servers to host the facebook application? If so you simply need to pass the Facebook Auth data to QuickConnect.facebookConnect, from there its exactly as with the popup.

You can use flashvars to pass the variables into flash.
Bunni
 
Posts: 3
Joined: July 19th, 2010, 2:19 pm

Re: how to build application from within facebook ?

Postby nirza » August 11th, 2010, 5:49 pm

No I don't have my own server, I was thinking there is a way to call the swf from facebook in the iframe it creates when you start new application.
nirza
 
Posts: 39
Joined: April 10th, 2010, 11:50 am

Re: how to build application from within facebook ?

Postby Bunni » August 11th, 2010, 6:29 pm

There is not, facebook requires you to have your own servers to serve the Facebook Application itself.
Bunni
 
Posts: 3
Joined: July 19th, 2010, 2:19 pm


Return to QuickConnect