Packagecom.myflashlab.air.extensions.fb
Classpublic class ShareLinkContent
InheritanceShareLinkContent Inheritance ShareContent Inheritance Object

Describes link content to be shared.



Public Properties
 PropertyDefined By
 InheritedcontentUrl : String
URL for the content being shared.
ShareContent
 Inheritedhashtag : String
Hashtag for this content
ShareContent
 InheritedpageId : String
The ID of the Facebook page this share is associated with.
ShareContent
 InheritedplaceId : String
The Id for a place to tag with this content.
ShareContent
  quote : String
The quoted text to display for this link.
ShareLinkContent
 Inheritedref : String
value to be added to the referrer URL when a person follows a link from this shared content on feed.
ShareContent
Public Methods
 MethodDefined By
  
Constructor for initializing an instance of this class.
ShareLinkContent
 Inherited
toString():String
ShareContent
Property Detail
quoteproperty
quote:String

The quoted text to display for this link.


Implementation
    public function get quote():String
    public function set quote(value:String):void
Constructor Detail
ShareLinkContent()Constructor
public function ShareLinkContent()

Constructor for initializing an instance of this class.