views:

35

answers:

2

HI Guys,

I tried using facebook API but once i tried integrating it. I noticed that the login form which displays the login form of facebook is so huge that causes it not to fit the whole login window of iPhone.

Anyone have an idea how fix this one?

Thanks ZaldzBugz

+1  A: 

I sometimes have this problem. I don't remember exactly what caused the problem but I think the reason was the session or your Facebook API key. It would be better if you post some code because your problem may not be the same as mine

vodkhang
HI, I directly used the code below.session = [FBSession sessionForApplication:nil secret:nil delegate:self]; FBLoginDialog* dialog = [[[FBLoginDialog alloc] init] autorelease]; [dialog show];could this possibly be the cause of lacking API key?
ZaldzBugz
yeah, sure. I think so. You should always provide the API key
vodkhang
thanks man. I got API key and made it work. :)
ZaldzBugz
A: 

HI, Youre right, it has something to do with API key and Secret key. It's okay now.

Thanks man.

ZaldzBugz