Forums

#1 2009-11-06 06:52:16

Prasad0710
New Member
Registered: 2009-11-06
Posts: 2

Another delegate to handle a request ?

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

 

#2 2009-11-06 23:31:58

Prasad0710
New Member
Registered: 2009-11-06
Posts: 2

Re: Another delegate to handle a request ?

Anyone ?

Offline

 

#3 2009-11-08 14:20:09

kmcgrady
New Member
From: Northern Ireland
Registered: 2009-08-22
Posts: 11
Website

Re: Another delegate to handle a request ?

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

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson