FBConnect on iPhone question...
I notice with some games (doodle jump), there is a separate 'submit score' (i.e. news) button, to the facebook 'login' / 'logout' button. The sumbit score button seems to connect the user, and then do the post to wall stuff.
I'm wanting to use my own button to trigger all the 'login to facebook' and 'post to wall', stuff. Is that possible? Rather than using FBLoginButton ...
_session = [[FBSession sessionForApplication:kApiKey secret:kApiSecret delegate:self] retain];
FBLoginButton* button = [[[FBLoginButton alloc] init] autorelease];
[self.view addSubview:button];
... is there a way to trigger the connect to facebook (or post to wall) dialog window, directly?
Thanks,
I'm wanting to use my own button to trigger all the 'login to facebook' and 'post to wall', stuff. Is that possible? Rather than using FBLoginButton ...
_session = [[FBSession sessionForApplication:kApiKey secret:kApiSecret delegate:self] retain];
FBLoginButton* button = [[[FBLoginButton alloc] init] autorelease];
[self.view addSubview:button];
... is there a way to trigger the connect to facebook (or post to wall) dialog window, directly?
Thanks,
Blog - http://bit.ly/mrqwak
Games - http://bit.ly/mrqwakgames
Twitter - http://www.twitter.com/mrqwak
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| iphone beginner question | robot | 2 | 2,645 |
Jun 22, 2009 06:45 AM Last Post: kendric |
|
| A question for UK iPhone developers registered as a company and IRS | BeyondCloister | 3 | 3,038 |
May 28, 2009 09:03 AM Last Post: warmi |
|
| Stupid Question: How do you get the app to the iPhone? | Bachus | 9 | 4,208 |
Oct 8, 2008 04:58 PM Last Post: kodex |
|
| iPhone Developer Program Question | Nick | 5 | 3,168 |
Aug 18, 2008 08:28 AM Last Post: bruss14 |
|

