You can always use the addthis free services to fire off your sharing links to 
whatever social bookmarking sites.
That's what I do at least, might be an easier way...
http://www.addthis.com/

Sketchy pseudo example  for the as3;

import com.addthis.share.ShareAPI;
public var api:ShareAPI = new ShareAPI;

someFunction()
{
                // Add to stage so we can
                // use api share method
                addChild(api);
                // share some url
                api.share(share_url, 'facebook');
}

Jeremy Becker | lead flash developer | oakwood design consultants | +44 1179 
836 789 | [email protected]


________________________________
Oakwood Design Consultants Ltd.
Registered Office 7 Park Street Bristol BS1 5NF
Registered in England and Wales. Company Registration No: 3097258

The information in this e-mail and any files transmitted with it is 
confidential, copyright protected and may be legally privileged. It is intended 
solely for the addressee and others authorised to receive it. If you are not 
the intended recipient, any disclosure, copying, distribution or action taken 
in reliance in its contents is prohibited and may be unlawful. If you have 
received this e-mail in error, please delete it and notify 
[email protected]
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to