Andre V. Banks

Results 6 comments of Andre V. Banks

@sec the addon is broken in 1.22. 1.22 removes v1beta1.Ingress but the version the addon uses in 1.22 is 1.5.0-rc this version of the agic image tries to watch for...

I think he means you need to run this before anything else ./run fdsys --collections=BILLSTATUS ./run bills

`FBID = "YOUR_FB_ID" FBTOKEN= "YOUR_FB_TOKEN" session = pynder.Session(facebook_id=BID, facebook_token=FBTOKEN)` Seems to happen you use positional arguments in the session object instead of keyword arguments.

Post your code... Or read my comment above.

`session = pynder.Session(auth_info[0], fb_access_token)` The arguments for this object are keyword Use something like `session = pynder.Session(facebook_id=BID, facebook_token=FBTOKEN)`

Do you pay for tinder and have unlimited likes?