iphone facebook friend status.
Posted
by
Syed Faraz Haider Zaidi
on Stack Overflow
See other posts from Stack Overflow
or by Syed Faraz Haider Zaidi
Published on 2011-01-07T08:51:15Z
Indexed on
2011/01/07
8:53 UTC
Read the original article
Hit count: 304
iphone
NSMutableDictionary * params = [[NSMutableDictionary alloc] init];
[params setValue:@"100000********" forKey:@"uid"];
[params setValue:@"1500" forKey:@"limit"];
[params setValue:@"results" forKey:@"callback"];
when im using this coding im getting my friend status...
but when im using a dynamic value like this :
[params setValue:[NSString stringWithFormat:@"%@", a] forKey:@"uid"];
im getting this error
The operation couldn’t be completed. (facebookErrDomain error 10000.)
looking forward for your help guys....
© Stack Overflow or respective owner