so far i only need facebook authorized services where i submit post from stumbleupon.i have issuse is with array 'service' parameter: \[code\]Parameter:Name=servicesType=array Description=An array of authorized services you wish to submit to. Values: [twitter,facebook]. Default: All user authenticated servicesExample= http://su.pr/api/post?msg=Hello World! http:///www.stumbleupon.com&services;[]=twitter&services;[]=facebook&login=yourusername&apiKey=yourapikey\[/code\]i want to use only facebook service using API, because tweeter is not working, what need to change in above smaple example for removing tweeter service in parameters??