fbconnect

fbconnect facebook iphone sdk

Hi all I would like to make a button in order the user to be able to connect and join a group i have created in facebook...is this possible with fbconnect could you please give a tutorial or something? ...

Need help please with FBConnect (Facebook iPhone API)

Hi, I'm using FBConnect in my project. I would like to commit the whole login and publishing process in an UIWebView instead of the popping window. How can I do that? Thanks! ...

fbconnect logout memory leak

Hi everybody, this is the first time I post a question here. Usually, I found help on web for my Iphone projects problems, but here I am REALLY STUCK ! I use the facebook iphone-sdk to post some infos on a user's wall. Everything works fine. But I have a leak memory when I logout with the fbconnect loginbutton. Here is the code I used ...

fbconnect iphone : i want to login every time. how to do that ?

Hi, i am using fbconnect in my iphone application to post on my wall. i want to login every time. how to do that ? currently if i login to facebook in my application once. it does not asks me for login next time... how to do that ? ...

How can I display the FBConnect in an UIWebView?

Hi, I'm using FBConnect in my project and I would like to display the login dialog in an UIWebView instead of the popping window. Like the IM+ app that using it (see attached picture). Thanks! ...

FB Connect - Login button not clickable

Hey, On my site the fb connect login button suddenly became unclickable, I have no idea what I did http://www.belginfish.com/mp3/ (top right) If anyone has any idea that would be excellent! ...

Something that combines Oauth, OpenID, FB Connect, etc?

So there are these different open authentication schemes, such as OAuth, OpenID, and Facebook Connect among others. Are there any packages that provide a common interface for these various systems? It seems that it would be a boon to someone with a site to have a single interface layer for interoperating with these disparate sign-in syst...

Facebook connect session

Hi, I am using facebook connect on my site. I use some code to retrive data from facebook like Profile Information, Friends list etc. My session will not expire until I close the browser manualy. What code should I use on my logout page so that the session will expire automatically? ...

FBConnect not working on iPhone

I am implementing FBConnect into my iPhone application and it works perfectly on simulator. When I try to run it on device, the FBLoginDialog box shows up for a couple of seconds (with a spinner) then closes immediately. When I trace the fail I found that it was immediately failing with an error: Error Domain=kCFErrorDomainCFNetwork Cod...

FBConnect won't display Publish to Wall after login.

I have an app that I want to be able to connect to Facebook and post to the user's wall. I have the following code: (void)viewDidLoad { static NSString* kApiKey = @"PRIVATE"; static NSString* kApiSecret = @"PRIVATE"; _session = [[FBSession sessionForApplication:kApiKey secret:kApiSecret delegate:self] retain]; // Load a previous sess...

Facebook API domain errors documentation

Hi! Anybody knows where I can find documentations of frustrating domain errors from facebook API? Like: error domain 1000, 603, 3, 601, etc..? I can not find exact explanations what they means. I would help to debug API requests. Thank You. ...

FBConnect iphone : I coud'nt get Photos albums for some account ?

Maybe someone can't help me. I use the last FBConnect (http://github.com/facebook/facebook-ios-sdk/) for Facebook connexion. And I retreive the list of photos albums for the user. NSMutableDictionary* params = [NSMutableDictionary NictionaryWithObjectsAndKeys:_facebook.accessToken,@"access_token",nil]; [_facebook requestWithGraphPath...

iPhone FBConnect when password has changed

I was testing for a bug found by a tester when I ran across this. I think it's a FBConnect bug but I thought I would try here to see if anyone else has had this issue: I've FBConnected from the iPhone app to FB, logged in correctly and verified that I can resume the session. Then, I go to FB and change my password. The next time I try...

iPhone upload in new thread

Hi All, I've been trying to implement a background thread in my app to do the long haul, hard graft uploading stuff. I'm using the FBConnect SDK and it has been working perfectly but I would like to keep the GUI side working smoothly and at the moment there is a noticeable pause in the app before it starts the upload. What happens at ...

`#import "FBConnect.h"` vs. '#import "FBConnect/FBConnect.h" '

It took me some time to get XCode to locate the Facebook sdk. I added ‘....../facebook-ios-sdk/src ‘ into ‘Header Search Paths’ in ‘Project Settings’ (the ‘Header Search Paths’ in the ‘Target Info’ does not show the directory however) , and use: #import "FBConnect.h" , instead of #import "FBConnect/FBConnect.h", then the XCode can ...

fbconnect logout button iphone sdk

i have the default login button of fbconnect sdk . i tap it and i connect then i post to my facebook profile something. when the post is finished i see that the button has changed to logout . how can i detect when the user presses the logout button in order to dissapear another button i have on my uiview? ...

fbconnect include not found by xcode

when the following include is added to my project, xcode fails to find it: import "FBConnect/FBConnect.h" i have added the facebook src directory to the header include path and the user header include path in the project and target settings. when i change the include to #import "FBConnect.h" the file is found, but i get a duplicate sy...

how to get user's facebook profile pic via fbconnect in my app iphone ?

how to get user's facebook profile pic via fbconnect in my app iphone ? ...

Android fbconnect how to forget login and password

I am using the following android fb connect library. http://github.com/facebook/facebook-android-sdk/ problem is after successful login, if you logout and then click again on login button it open window asking for username and password but it already displays login and password of previous user. i think it is store login and password i...

iPhone - Post on Friends wall

hi I am using FBConnect to post on users wall.... But is there a way I can post on friends wall?? Any help is appreciated ...