0
votes
1answer
17 views
Facebook connect problem
I'm trying to add facebook connect button to my ZF web site. After i click on FB connect button the popup with email and password fields opens. But when i send email and password t …
0
votes
1answer
14 views
FB Connect - Can It Be Used to share message with multiple users?
I suppose the answer is pretty simple, but i cant find conclusive answer either way.
Is it possible to use facebook to log in a user, fetch their friends, allow them to select the …
0
votes
1answer
11 views
Facebook Connect with multiple FB accounts
Hi Friends,
I am developing a business site with Facebook Connect enabled and its working fine for me.
Now, I came across a situation where I have a user with 2 or more FB account …
1
vote
1answer
30 views
FB Connect and No data appears
Hello All,
I have implemented FB connect on a site for the users to take a quiz:
The quiz can be accessed at this page:
http://www.dirtytalk101.com/take-quiz/
Now I am witnessi …
1
vote
6answers
87 views
Facebook Connect login dialog not working
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog:
FBLoginDialog* dialog = [[[FBLoginDialog allo …
0
votes
1answer
28 views
Can I use the same facebook connect api key/secret in both iphone app and website?
I have an iphone app and a website, and the iphone app can access the website's data through the api of my website.
Now, the users can sign up the website through the facebook co …
0
votes
4answers
58 views
Facebook Connect FBML not rendering HTML?
As I understand it, Facebook's FBML should render html. But mine isn't. Here is my source code after viewing the page in the browser:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 …
0
votes
2answers
19 views
Facebook Developer Toolkit - ExtendedPermissons
Hello,
I am trying to use the Facebook Developer Toolkit (http://facebooktoolkit.codeplex.com/) to publish user messages from my ASP.NET application.
My question is, how do I get …
0
votes
1answer
26 views
Facebook connect - after login popup hangs in infinite loop.
Symptom: After connect popup window opens and user enters username + password. The popup turns blank and stays open.
There is no call to the login function (but a page refresh sho …
0
votes
1answer
25 views
workaround: site is www.site.com code incl. document.domain=’site.com’
A customer site that I cannot change has the line 'document.domain = "site.com"; while the site is at www.site.com.
The effect is that FB connect window login gets stuck after sub …
0
votes
1answer
57 views
Facebook Connect and .NET
Hello,
I have an ASP.NET application and a Windows Service. My ASP.NET application allows for users to allow the application to connect with Facebook. If a user has connected the …
0
votes
2answers
52 views
iPhone facebook connect FQL Query to get user’s friends
I'm trying to get a list of user's friends using fb connect for the iphone.
I've tried both of the following FQL Queries, but they don't seem to be returning anything.
which one …
1
vote
2answers
53 views
Facebook Connect XFBML not working
I'm making a website using Facebook Connect and decided to use Facebook's XFBML tags like "fb:profile-pic" since they are so easy to use.
I haven't been able to make them work no …
0
votes
2answers
39 views
Facebook connect
If I plug in the facebook connect into my website, How can I prevent double signups?
Lets say I have a user that's already signed up to my site but he clicked the connect with fac …
1
vote
1answer
177 views
Facebook Connect Examples - Connect.registerUsers and login/logout processes
I'm looking for example PHP code (preferably using the FB PHP library) that does the following:
Let my website connect to my FB
account when i log into FB connect.
Store my faceb …
