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
0
votes
1 answer

FBConnect is not opening facebook login screen

I am using follwing function to open FBConnect login screen but unfortunate it is not appearing on screen, whenever I am clicking on Login button after animating of Spinner blank screen is coming. if(appDelegate.session == nil) { …
Ajay_Kumar
  • 1,381
  • 10
  • 34
  • 62
0
votes
1 answer

login window on another view controller iPhone

In Facebook API in FBDialoge.m file , I want that login window to open on another VC, so in FBDialoge.m file , I am changing this code .. UIWindow* window = [[UIApplication sharedApplication].windows objectAtIndex:0]; [window…
Jean-Luc Godard
  • 1,873
  • 3
  • 28
  • 53
0
votes
3 answers

How to get friends address using fbconnect in iPhone

I want to know that is it possible to find locations of friends or address using fbconnect in iPhone, basically i got friendlist in my iPhone app, now i want to find the location of my friends which they have given in facebook. Is it possible to get…
user1640237
  • 83
  • 1
  • 5
0
votes
1 answer

Get response / event handle after FB.Share

in my php code im using below code to share data :