Anna Billstrom

Results 5 comments of Anna Billstrom

I've also included the fix in my fork- that also has some UI stuff, so wasn't sure if folks wanted to merge that or not.

Does your query work in Graph API explorer? On Tue, Oct 2, 2012 at 6:07 PM, nabil-takla [email protected]: > I'm using Koala to query the FB API. It works fine...

FYI, this is FQL, not Graph. For graph, you could just grab "me/albums" checkout: http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Falbums On Fri, Oct 5, 2012 at 11:45 AM, nabil-takla [email protected]: > I'm still debugging. But...

What is u1? On Sat, Oct 6, 2012 at 1:03 PM, nabil-takla [email protected]: > Thanks Anna! I making progress. Now I have the following issue: > My Controller: > >...

What worked for us was to get the NVM directory: `export NODE_BINARY=$HOME/.nvm/nodes/versions/v18.0.0/bin/node` We have NVM setup in our README so could reasonably expect local devs to have that set, and...