imrehg / minibook

A Facebook status updater and lister in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to Stream API instead of old FB 'status' calls

imrehg opened this issue · comments

This would allow among others:

  • placing queries with time limits (from - to)
  • get comments

though, haven't seen calls to get the "likes"....

Don't have to, FQL is much more effective, and anyway, who's afraid of writing queries by hand? ;)