facebookarchive / fbconsole

A micro api client for writing scripts against the Facebook Graph API.
Other
325 stars 74 forks source link

iter_pages? #13

Closed cahlan closed 12 years ago

cahlan commented 12 years ago

I might be missing something really simple, but using iter_pages throws a NameError: (global name 'iter_pages' is not defined).

I assume I can use fbconsole.iter_pages(fbconsole.get('/me/posts')) to get the expected results?

cahlan commented 12 years ago

Silly me, was still learning Python somewhat. from fbconsole import iter_pages would have done the trick.