Alejo Abella
Results
2
comments of
Alejo Abella
i don't know exactly why you are using $fb = $this->oauth->consumer( but try this: $fb = OAuth::consumer('Facebook','http://someurl.com/');
I found the solution: $result2 = $mc->request('lists/members?id=my_list_id'); Thanks anyway!