Hi, I've tried to understand how it works but I'm not able to fetch a page inbox.
page = FbGraph2::Page.new('1234', access_token: 'blah')
page.inbox
NoMethodError: undefined method `inbox' for #<FbGraph2::Page:0x007fed3b6caf90>
from (pry):24:in `__pry__'
How does it work?
TIA,
ngw