1

I am trying to fetch the groups data from facebook using the below code.

 [FBRequestConnection startWithGraphPath:@"me/groups?fields=cover,name"
 completionHandler:^(FBRequestConnection *connection, id result, NSError *error) 
{
 if (!error) 
   {

   }
else
   {

   }
}
];

The issue here is, it doesn't return the results for some accounts which are logged in with Facebook. Could someone let me know the solution for this issue.

ekad
  • 14,436
  • 26
  • 44
  • 46
RamChandraReddy
  • 239
  • 2
  • 12

0 Answers0