Created
August 30, 2011 22:42
-
-
Save mmar/1182301 to your computer and use it in GitHub Desktop.
Calling the Facebook Graph API using Latin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use Lingua::Romana::Perligata; | |
ute UserAgent intra LWP. | |
ute Headers intra HTTP. | |
adnota >>> Change the URL below if needed <<<. | |
meo statio da dictum sic https://graph.facebook.com/me cis. | |
adnota >>> Replace <oauth2-token> with your OAuth 2.0 token <<<. | |
meo signo da dictum sic <oauth2-token> cis. | |
meo boxo da newementum apud Headers intra HTTP. | |
authorizatione apud boxo OAuth inquementum tum lacunam tum signum serementum. | |
meo ludio da newementum apud UserAgent intra LWP dictum sic default_headers cis tum boxum. | |
meo responso da getementum apud ludium statium. | |
contentementum apud responsum da meo resulto. | |
resultum egresso scribe. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment