What are good practices of unit testing facebook Canvas applications ?
Lets say you have MVC application with controllers utilizing local Facebook library which provides access to Graph API, FB session. After all your application depends on facebook authentication mechanism (OAuth and Facebook Connect) thus user is required to authenti...
How to fix crossscripting issue calling FB.init using Facebook Connect (old JS SDK)?
More specific: if xd_receiver.htm is not specified: after calling calling FB.Connect.requireSession(facebook_login_callback) the Facebook login pops up correctly but browser console throws "Unsafe JavaScript attempt to access frame with URL...Domains,...
I feel like every second question i ask here is relating to Facebook Connect - that says a lot about their API. Anyway, that's politics, i digress..
I'm trying to pull back user details from the Graph API for use in my application (which is an FBML external website - JavaScript SDK for authentication).
I have requested the following pe...
I have a website which users can sign up to using Facebook Connect (with the new OAuth 2.0 stuff). Now when a user logs out of Facebook they remain logged-in on my site.
I'm not using the JavaScript SDK as I don't like the "magic behind the curtains". So what should I do when a user logs out of Facebook? Should I care at all? I get the ...
Ok, second try here.. hoping I phrase my question better to get a few responses.
I am currently working on a small project developed in Grails with the Spring Security plugin to handle account management and security. I want to intercept the login function and add some custom code. The goal is to have 2 options available to the end ...
Do I need to write a custom authentication provider to use facebook connect with account registration + authorization for the Spring Security plugin in Grails? I am trying to offer the traditional application registration with facebook connect in a grails dev app using Spring Security. Does this make sense? Any ideas?
...
I am developing a site for models and they will be able to upload pictures.
I want to know is it possible to use Facebook Connect to get the user's photo albums, to save the user from re-uploading all the photo's that are already on FB?
...
My website uses Facebook Connect for authentication on the desktop and mobile sites. When a user clicks the Facebook button, the browser opens a popup window where the user can login to Facebook. When the user logs in, the window closes and messages the main window to go on.
This works great on iPhone. A new window opens and is brought ...
I am wondering if it is possible to create a note on facebook through my website using facebook connect. I have notes on my website and I essentially want the ability to be able to push them over to the user's facebook account.
...
I copied the code from the example in the sdk, and made a few small changes, (and the following error occurs even without the changes) and the script logs me in correctly.
It recognizes that I'm connected, produces the appropriate session information, etc. However, the logout link
facebook.com/logout.php?next=http://www.stockyardmagazin...
Hi,
Can I change the default button of Facebook connect by an other picture ?
I am setting up the registration process of my website and would like to use the Open Graph API. The button is pretty ugly and not very user friendly do you know if I can change it by my own ?
Thank you
...
When I authenticate the user, after authentication it does not redirect the next parameter. Instead it redirect the user to the "Canvas Callback URL". If I dont give the convas callback url. then it gives the error
An error occurred with experiement. Please try again later.
API Error Code: 100
API Error Description: Invalid parameter
Err...
I've recently started putting together a Facebook Connect AS3 app and retrieving objects and images through the Graph API.
Running anywhere but locally, I receive security errors of the form:
SecurityError: Error #2122: Security sandbox violation: Loader.content: xxxx cannot access http://photos-a.ak.fbcdn.net/xxxx.jpg
A policy ...
i've wasted 4 hrs today and several hairs trying to solve this issue but failed.
we use facebook.connect to auth users on our site and perform various actions. one of this actions should trigger fbml:dialog, i decided to use new js sdk. here's function i use:
function popupModalWindow(cat) {
var oldSize = FB.UIServer.Methods["fbml.dial...
I was wondering if it is possible to pull in data from a Facebook Page (not a profile page) to a wordpress blog?
...
Can any one explain that what is difference between grap API and Visual studio SDK for facebook?
...
I try to authentication facebook. when it redirect it doesnot return the same parameters . some time it return
http://localhost/2/artist/?auth_token=xxxxxxxxxxxxxxxx&next=http%3A%2F%2Flocalhost%2F2%2Fartist%2Ffacebook.aspx%3Fartistid%3Dxxxx%26page%3D15664546%26isexisting%3Dfalse%26act%3Dadd%26step%3D1%26site%3Dfbevent
but mostly ti...
I am building an Facebook IFrame App. I am using the below javascript code to request user to login and allow permissions for the application, after which they are supposed to be redirected to the iframe app. The code works correctly. But, I have two issues with it.
a. as soon as the app loads in IFrame, it redirects to a page (http://w...
Hi Stackies,
since a couple of days the Like-Button on our site is not working anymore. When I press the like button it shows "error: The page at * could not be reached.". When I remove the redirect it works, but I don't want to remove it because doing so the URL to like will be changed and I loose all "likes" that were connected with t...
I am searching for a working solution of authentication on Rails 3 with the following features:
account types: standard login, facebook connect, openid, oauth
one user may have (and link) multiple accounts (EG a user attach both Wordpress and Google OpenID accounts)
A working example of Rails app implementing them would be perfect.
...