I have follow the step mentioned in http://code.google.com/p/fbconnect-android/wiki/Setup But it is giving error on project build
I am trying to display a connect dialog for facebook in my app. The dialog 开发者_C百科view pops open and loads from facebook. But the page shown is one for regular browser, not the version optimized
I am trying to fetch 10 friends list using fbconnect my query is like this, NSString* fql = [NSString stringWithFormat:@\"select uid from user where uid == %lld LIMIT 1,10\", _session.uid];
well I\'m reading the fb connect tutorial here http://wiki.developers.facebook.com/index.php/Facebook_Connect_Tutorial1
I am using fb-connect for android app problem is when keyboards gets open layout distorted ?? I think they are opening facebook login page in browser any quick fix to add done button and layout diso
Is it possible to start an FB session in an iPhone app without using the FBLoginButton? I would like to let the user login when they clic开发者_如何转开发k on a table row.
I want to get the first stream record ever. I tried: SELECT post_id,created_time FROM stream WHERE source_id = 610611346 ORDER BY created_time ASC LIMIT 1
In my iphone app,I want to let the user upload an image to his facebook photo Album and publish a story at the same time.The story\'s media field contains the uploaded image\'s url.I successly uploade
I am using OAuth for twitter and fb-connect for facebook authentication in my iPhone app. Is it possible to save the user sessions across app launches?
I have implemented Facebook Connect in my iPhone project and it is working great. The only problem I have is that every time the user closes the app, the next time they load it they have to re-enter t