I am developing an iphone app.
in which how can i search facebook user based on different parameters like name,college,city?
I know there is api for search user https://graph.facebook.com/search?q=mark&type=user.
I have tried to search this way with FbGraphApi [FacebookGraph doGraphGet:@"search?q=Bhavesh&type=user" withGetVars:nil];
But, i am getting this error. " {"error":{"message":"Unsupported type, user?","type":"Exception"}} "
i don't know what's proper way to use this api.
please help me with this.