Questions tagged [fbconnect]

fbconnect is an abbreviation for the Facebook Connect sdk which serve as a means to connect to the facebook servers.

420 questions
4
votes
2 answers

Unsafe JavaScript attempt to access frame with URL: Domains, protocols and ports must match.

I'm trying to set the height of the app by calling: FB.init({ appId: fbAppId, status: true, cookie: true, xfbml: true, oauth: true, channelURL: webUrl + '/channel.html' …
ysrb
  • 6,693
  • 2
  • 29
  • 30
3
votes
1 answer

Story link flow using SSO facebook - openURL not being called

I have implemented Single-Sign-On in my iOS 4.3 app successfully. Now I want to publish a link to the users facebook wall so that when his/her friends that also own the app clicks the link they should be redirected to my app. The way I interpret…
pIkEL
  • 561
  • 6
  • 14
3
votes
2 answers

Facebook Connect Error

I am trying to integrate the Facebook connect for signup as well as for login to the website. The steps has been followed correctly to integrate the Facebook plugin, but whenever the Facebook button is clicked on the signup or registration form, it…
Dipak Saraf
  • 127
  • 1
  • 1
  • 8
3
votes
0 answers

Blank page after login on iOS

I'm using the iOS Facebook SDK, and have an app that uses the following code to post on a user's wall: NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"Share on Facebook", …
mazbox
  • 613
  • 1
  • 5
  • 7
3
votes
1 answer

Authentication of rails backend server for users' authenticated with iPhone app via Facebook using FBConnect

I am developing iPhone app that let user login using their facebook account using FBConnect SDK. The app talks to rails backend server for data retrieval. Because I do not want to make users create account, I want to let users log in to the rails…
katsuya
  • 1,204
  • 3
  • 16
  • 21
3
votes
1 answer

FBConnect Question?

I just imported all of the newest FBConnect classes into my xCode project and it has no error or warnings. I clicked the box add to group folder too. Now I am stuck. I want to actually get to the coding part of this but all of the tutorials I find…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
3
votes
1 answer

FBConnect's handleOpenURL Method Not Called by my AppDelegate

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: -…
JRoss
  • 177
  • 10
  • 23
3
votes
1 answer

How to send a message to friends inbox through fbconnect api or fbgraph api?

I want to ask that how to send message to a friend's inbox in Facebook through Facebook Connect API or Facebook graph API. Thanks in advance.
Apekshit
  • 767
  • 2
  • 13
  • 27
3
votes
3 answers

FBConnect Demo Application

I am running the demo application that is supplied with the facebook-ios-sdk. The application starts in the emulator, with a LogIn button. I click the button which then launches safari to grant access to the application. I log in with my fb creds…
Gabe
  • 49,577
  • 28
  • 142
  • 181
3
votes
2 answers

FBSessionDelegate methods not firing

I'm attempting to implement the latest Facebook Connect SDK and I'm having some troubles. For some reason the delegate callbacks for FBSessionDelegate protocol are not being fired. I've followed the instructions on the git Facebook page and tried to…
jmurphy
  • 1,891
  • 3
  • 22
  • 28
3
votes
2 answers

How to download wall posts with FBConnect iPhone

I'm trying to download a users wall posts. The FB account i'm getting the posts from is always going to be set to public so I don't think there's any need to log in. I can't seem to find any documentation on the FBConnect iOS SDK so i'm hoping…
jmurphy
  • 1,891
  • 3
  • 22
  • 28
3
votes
0 answers

Cordova App load Facebook Profile

I want to load the Facebook Profile of a specific facebook user inside the native app. I am currently on an Android project and have added InAppBrowser. Linking to my own FB profile with the schema fb://profile/(id) works perfectly fine. As soon as…
Max Bumaye
  • 1,017
  • 10
  • 17
3
votes
9 answers

Showing popup in the new Facebook JavaScript SDK

I used to have an href in my website. When users clicked on it, a multi-friend selector showed so they could invite their friends to my website. That was done using the following code: FB.ensureInit(function() { var dialog = new…
firas
  • 1,463
  • 4
  • 19
  • 42
3
votes
1 answer

Facebook Connect with NodeJS

I am creating a web app with express.js and angular,js, where the client authenticates via facebook. For facebook authentication I use facebook-node-sdk to connect with facebook and retrieve details. The code works well when authentication is made…
3
votes
1 answer

iOS Facebook get user's profile image randomly opens profile homepage instead of permission dialog

We're trying to get the user's profile image URL. We are experiencing random behavior. Sometimes the permission dialog is opened in the browser as expected but sometimes the browser opens with the users homepage. any ideas why? NSArray *permissions…
Guy
  • 12,488
  • 16
  • 79
  • 119