If someone can please help me out i am ******..
I want to call two request how can i define a delegate to handle response ?
Any other method ?
NSDictionary* params = [NSDictionary dictionaryWithObject:fql forKey:@"query"];
[[FBRequest requestWithDelegate:self] call:@"facebook.fql.query" params:params];
Instead of requestWithDelegate:self
i want requestWithDelegate:something
How to do this ?
Please Help
Offline
Anyone ?
Offline
I think I am having the same problem as you. I want to handle multiple requests. Does anybody have a solution. Seems like very basic functionality that should be in the fbconnect sdk.
Offline