How do I add ping.fm api support to gallery2
gpo
Joined: 2008-05-05
Posts: 68 |
Posted: Tue, 2009-12-08 15:48 | |||
I want to upload photo via ping.fm (Ping.fm is a simple and FREE service that makes updating your social networks a snap!),so can you support it or create a module for it. Here's ping.fm script,but I'm not sure list of variables sent with a Custom URL post to input so that it works upload photos to my gallery2. All data is contained within POST variables. fyi: http://groups.google.com/group/pingfm-developers/web/working-with-a-custom-url?pli=1 //code $email = " "; if($_POST["title"] != ""){ $body .= "Message: " .stripslashes($_POST["message"]) ."\n"; if($_POST["location"] != ""){ if($_POST["media"] != ""){ if($_POST["trigger"] != ""){ $body .= "\nThanks for playing!"; if(count($_POST) > 0){ } I need help in setting this up to work with remote gallery2 api. Quote:
|
||||
Posts: 4342
Development on G2 is finished.
For both G2 and G3 you'll either have to write a module that supports the protocol yourself, pay someone to do it, or hope that there is someone sufficiently interested and knowledgeable to do the work for you.
The chances of a member of the development team wanting to is sufficiently remote that it's not worth pursuing, but someone in the user community might. I wouldn't hold out a lot of hope, most people write modules that they themselves want rather than take on suggestions from others.
Your best bet is to learn to program in php (if you can't already), learn the G2 (or G3) API, and get writing...