fb
fb copied to clipboard
According to https://matrix.hackage.haskell.org/#/package/fb versions 2.0.0 and 1.2.x do not build: ``` $ cabal install fb-2.0.0 ... In order, the following will be built (use -v for more details): ... -...
There are 2 kinds of tokens now but I have a workflow where I need to publish from app as a Page. What's idiomatic way to construct and use Page...
Hi, I bump into this issue trying authenticate using server-side login flow. Apparently my token only have "access_token" and "token_type", but now "expires_in". I also find an old issue here...