Skip to content

Instantly share code, notes, and snippets.

View EricTendian's full-sized avatar
🕵️‍♂️
Stay curious.

Eric Tendian EricTendian

🕵️‍♂️
Stay curious.
View GitHub Profile
@EricTendian
EricTendian / Subsonic_Share2FB.php
Created August 12, 2012 22:46
Subsonic song sharing via fbcmd
<?php
// This script posts a song to your Facebook wall.
// Author: Eric Tendian (erict15) erictendian[at]gmail[dot]com
// Last Modified: Aug 12 2012 @ 22:42GMT
// NOTE: Change the REST version (v. 1.8.0) based on Subsonic version. See http://www.subsonic.org/pages/api.jsp for more info.
// server and login info
$user = "username"; //Subsonic username (must have sharing permissions)
$pass = "password"; //Subsonic password
$serverURL = "http://hostname:port"; //Subsonic server URL