fbconnect is an abbreviation for the Facebook Connect sdk which serve as a means to connect to the facebook servers.
Questions tagged [fbconnect]
420 questions
35
votes
4 answers
Asynchronous methods in NSOperation
I'm fetching some data from Facebook Connect (using the FBConnect Objective-C 2.0 framework) and I'm doing all that in an NSOperation. It is in an NSOperation because I have several other operations that run as well and this is one of them.
The…

Michael Waterfall
- 20,497
- 27
- 111
- 168
31
votes
4 answers
fb login popup block
I am making using fb login feature but problem comming to me is that whenever I click on the fb login button before page media loading is completed, it blocks the popup for fb login but if I click on fblogin after a second passed to loading event it…

Rohit Agrawal
- 5,372
- 5
- 19
- 30
26
votes
5 answers
facebook Error App Domain: [IP Address] is not a valid domain.?
I give my production server IP address as App domain in facebook application but it's not saved. It returns error as App domain is not valid. So that I cannot use my facebook connect API.
Can we give IP address as App domain in FB application? If…

name-it
- 2,238
- 3
- 19
- 28
13
votes
6 answers
Javascript: My fbAsyncInit() method never gets called
I'm copying the code right out of this page on Facebook's developer website and the fbAsyncInit() method never fires. I've also read this page, I've tweaked the code quite a few different ways, and I cannot get the method to fire. Your thoughts? …

BeachRunnerFred
- 18,070
- 35
- 139
- 238
11
votes
2 answers
Facebook integration on Android fbconnect broken link
I am trying to implement Facebook integration into my Android app and it goes off and logs in to Facebook fine, but when it tries to pass the access token back to the app it just returns:
The webpage at fbconnect://success#access_token=[ACCESS…

anothershrubery
- 20,461
- 14
- 53
- 98
11
votes
7 answers
Facebook ios sdk 3.0 active session FBiOSSDK error2
I am getting "com.facebook.FBiOSSK error 2" error when ever try to login with my app by using device.But its working fine with the simulator.
I am using iOs SDK 3.0 Beta. any solutions?

name-it
- 2,238
- 3
- 19
- 28
10
votes
4 answers
FBConnect: Why is it showing on some pages and not others?
In the top right hand corner, it shows on this page:
http://www.thegreekmerchant.com/product/fokofpolisiekar/band-logo
But not on this one
http://www.thegreekmerchant.com/
Any idea why? I'm using Drupal 6 with the FBConnect module.

rockstardev
- 13,479
- 39
- 164
- 296
10
votes
2 answers
Can I store Facebook access token and use it later?
I am building a web app (PHP) that uses FB connect. I successfully register / sign in user with the help of the PHP lib provided by facebook. Also I can post to wall, using this code
Facebook::$CURL_OPTS[CURLOPT_SSL_VERIFYPEER] = false;
…

Eugene
- 4,197
- 7
- 37
- 54
9
votes
8 answers
Facebook Connect button not showing up in Safari/Chrome
My implementation of Facebook Connect (just a simple login button, fb:login-button) works perfectly on Firefox and IE.
But the same button is not showing up in Safari/Chrome (Webkit).
Here's what's ironic. In my debugging effort, I saved the page…
GRex
9
votes
2 answers
Button Action on login Button click in FBConnect API
I am using fbconnect api in my project.When the login dialog gets opened where we entered our credentials ,when I click on login button there is something performed and it is redirected to the publish page.
My problem is I am not getting which…

Gypsa
- 11,230
- 6
- 44
- 82
8
votes
6 answers
Facebook's FBConnect SDK issues on iOS
I'm using FBConnect sdk in order to publish posts to a user's profile via my application. I'm having a number of problems with this:
When the relevant code runs for the first time on the device, the user is re-directed, as wanted, to the facebook…

Niv
- 2,294
- 5
- 29
- 41
7
votes
2 answers
Any better ways to "Like" a Facebook Page from an iOS app yet?
I've been trying to implement Facebook "Like" action in my app. Using the requestWithGraphPath:andParams:andHttpMethod:andDelegate: method I was able to like the posts, photos and almost everything but a Facebook Page. And the forums on the web say…

EmptyStack
- 51,274
- 23
- 147
- 178
7
votes
3 answers
Login to my application using facebook credentials
This question might sound kiddish to you but I have to ask it.
I need to login from my application to my server using Facebook credentials. Is it actually possible? If the answer is yes, please guide me on this.

Rohit Mandiwal
- 10,258
- 5
- 70
- 83
7
votes
1 answer
Facebook connect graph status objects have comments capped at 25
Does anyone know why no matter how many comments a given graph status update object has, it will cap the comments at 25? I have a feeling it only returns a 'sample' of the actual comments on the object. How do I force it to get them all without…

Mike S
- 4,092
- 5
- 35
- 68
7
votes
3 answers
How to get user's facebook profile pic via fbconnect in my app iPhone?
Possible Duplicate:
Problem getting Facebook pictures via iOS
How to get user's facebook profile pic via fbconnect in my app iPhone?

iOS_User
- 1,372
- 5
- 21
- 35