Lucas Martini
Lucas Martini
IDK if this is the way, im only sharing my experience in swarm. Install the plugin on every node. change the yml of the deploy for something like this ```...
This way work for me ``` import pynder session = pynder.Session(FACEBOOK_ID,FACEBOOK_TOKEN) print(session.get_fb_friends()) ``` the get_fb_friends only send a get("/group/friends") to the API
The facebook ID: I get it from http://findmyfbid.com/ is unique and never change The token: Dont remember where i get this function (god bless whoever code it) ``` import robobrowser...
Openvpn replace "client-cert-not-required" to "verify-client-cert" Also, verify-client-cert has parameters, So you need to change it in the Config.cpp for something like this ``` // trim leading whitespace string::size_type pos =...