fbconnect

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

给你一囗甜甜゛ 提交于 2020-01-13 05:48:10
问题 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:@"me/albums" andParams:params andDelegate:self]; I'm testing with 4 differents account with all the same rules for privacy (Account/Privacy settings). And for

Facebook Implementation within app (without opening in safari or native app)

谁说胖子不能爱 提交于 2020-01-03 17:46:31
问题 I have gone through the FBCOnnect sample code for iPhone downloaded from http://developers.facebook.com/docs/guides/mobile/ But it opens the facebook page in safari or on device the native app is opened and the app is switched in Background I dont want this to happen.Also the method callbacks like '- (void)fbDidLogin' is not called at all after login. 回答1: In the Facebook iOS SDK, you can edit Facebook.m's authorize method and set safariAuth and authorizeWithFBAppAuth both to no so that it

Facebook Implementation within app (without opening in safari or native app)

筅森魡賤 提交于 2020-01-03 17:46:11
问题 I have gone through the FBCOnnect sample code for iPhone downloaded from http://developers.facebook.com/docs/guides/mobile/ But it opens the facebook page in safari or on device the native app is opened and the app is switched in Background I dont want this to happen.Also the method callbacks like '- (void)fbDidLogin' is not called at all after login. 回答1: In the Facebook iOS SDK, you can edit Facebook.m's authorize method and set safariAuth and authorizeWithFBAppAuth both to no so that it

FBConnect's handleOpenURL Method Not Called by my AppDelegate

白昼怎懂夜的黑 提交于 2020-01-01 06:27:50
问题 I have implemented the FBConnect SDK into my app, and it works perfectly on the simulator. I then modified my app's .plist file appropriately, and added the necessary method to my AppDelegate for when Facebook is installed on the device: - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { NSLog(@"handleOpenURL Method was called and sent the following:"); NSString *urlString = [NSString stringWithContentsOfURL:(NSURL *)url]; NSLog(@"URL String: %@", urlString); return

FBConnect's handleOpenURL Method Not Called by my AppDelegate

一个人想着一个人 提交于 2020-01-01 06:27:13
问题 I have implemented the FBConnect SDK into my app, and it works perfectly on the simulator. I then modified my app's .plist file appropriately, and added the necessary method to my AppDelegate for when Facebook is installed on the device: - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { NSLog(@"handleOpenURL Method was called and sent the following:"); NSString *urlString = [NSString stringWithContentsOfURL:(NSURL *)url]; NSLog(@"URL String: %@", urlString); return

iPhone: Unrecognized selector sent to instance exception while publishing stream on Facebook

99封情书 提交于 2019-12-25 08:20:08
问题 I have wrote following code to logged into Facebook account followed by posting comment on user's facebook wall. It's working fine and posting everything mentioned below on Facebook wall but it throwing following exception and termination application abnormally. I scratched my head a lot but couldn't find anything wrong. Could anyone please tell me what's wrong in my code? FYI I have combined this code from link1 and link2Thanks! Exception: -[NSConcreteMutableData objectForKey:]: unrecognized

set or update profile picture using fbconnect facebook?

感情迁移 提交于 2019-12-24 11:12:54
问题 i have a image and i want to set this image as the users profile image. i came to know that we cannot upload directly to "Profile pictures" so i uploaded it in some other album and now i want to set this image as its profile pic ??? any idea how can i do that using fbconnect ? thanks in advance 回答1: well i guess this is not possible... http://developers.facebook.com/docs/reference/rest/photos.upload 3rd paragraph says: You can upload to a specific user's album by calling photos.getAlbums.

Facebook Connect / Graph - problems in Internet Explorer with fb:login dialog (not closing)

▼魔方 西西 提交于 2019-12-24 10:48:09
问题 I am trying to get the facebook connect stuff working on my localhost. In FireFox and Chrome it works perfectly. In Internet Explorer: an error appears in the connect dialog. This is: Invalid Argument The Facebook Connect cross-domain receiver URL (http://static.ak.fbcdn.net/connect/xd_proxy.php#?=&cb=f1e33405f2824e9&origin=http%3A%2F%2Flocalhost%2Ff78888c44d2c37&relation=opener&transport=flash&frame=f144cb110fc0cc&result=xxRESULTTOKENxx) must have the application's Connect URL (http:/

Facebook integration on Android fbconnect broken link

[亡魂溺海] 提交于 2019-12-22 03:42:45
问题 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 TOKEN] might be temporarily down or it may have moved permanently to a new web address. Obviously where [ACCESS TOKEN] is a long sequence of chars. I have got the App ID correct and added the key hash to facebook. But what process could I have missed?

Adding Facebook Connect to my iPhone Project

心不动则不痛 提交于 2019-12-21 12:42:12
问题 I'm having trouble adding Facebook Connect to my iPhone Project. Here's the directory structure: -> MyProject ----> MyProject.xcodeproj ----> fbconnect-iphone ----> build/ ----> <other files and folders> As directed, I opened fbconnect-iphone/src/FBConnect.xcodeproj project file. I dragged the FBConnect group into my application's Xcode project. I kept "Copy items into destination group's folder (if needed)" checkbox OFF. As directed, I went to Projects > Edit Project Settings. Looked for