fbconnect
FBconnect is not working in android :(
I have follow the step mentioned in http://code.google.com/p/fbconnect-android/wiki/Setup But it is giving error on project build[详细]
2023-01-10 19:49 分类:问答Display FBDialog in correct size on iPhone
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[详细]
2023-01-10 00:15 分类:问答Getting 10 friends from friend-list problem in fbconnect problem
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];[详细]
2023-01-09 11:56 分类:问答Facebook javascript/ fbconnect ifuserconnected causing problems
well I\'m reading the fb connect tutorial here http://wiki.developers.facebook.com/index.php/Facebook_Connect_Tutorial1[详细]
2023-01-09 07:53 分类:问答android fb-connect layout disordering issue
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[详细]
2023-01-08 08:45 分类:问答Login to facebook without using FBLoginButton - iPhone
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.[详细]
2023-01-06 22:39 分类:问答fql - fbconnect getting first post ever
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[详细]
2023-01-05 16:25 分类:问答upload photo and publish story using FBConnect
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[详细]
2023-01-05 04:14 分类:问答Twitter and Facebook on iPhone - save sessions across app launches?
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?[详细]
2023-01-03 13:51 分类:问答Facebook Connect for iPhone persistant login
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[详细]
2023-01-02 15:12 分类:问答