Class JFacebookLink
Facebook API Link class for the Joomla Platform.
- JFacebookObject
- 
			 JFacebookLink JFacebookLink
		
		
		
		Package: Joomla\Platform\Facebook
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Link: http://developers.facebook.com/docs/reference/api/link/
Located at joomla/facebook/link.php
	
		Deprecated: 4.0 Use the
joomla/facebook package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Link: http://developers.facebook.com/docs/reference/api/link/
Located at joomla/facebook/link.php
Methods summary
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				mixed
				
				 | 
			#
			 getComments( string $link, integer $limit = 0, integer $offset = 0, string $until = null, string $since = null )Method to get a link's comments. Requires authentication and read_stream permission for non-public links. | 
| 
				 public 
				mixed
				
				 | 
			#
			 createComment( string $link, string $message )Method to comment on a link. Requires authentication and publish_stream permission. | 
| 
				 public 
				mixed
				
				 | 
			#
			 deleteComment( string $comment )Method to delete a comment. Requires authentication and publish_stream permission. | 
| 
				 public 
				mixed
				
				 | |
| 
				 public 
				boolean
				
				 | 
			#
			 createLike( string $link )Method to like a link. Requires authentication and publish_stream permission. | 
| 
				 public 
				boolean
				
				 | 
			#
			 deleteLike( string $link )Method to unlike a link. Requires authentication and publish_stream permission. | 
Methods inherited from JFacebookObject
			__construct(), 
			createConnection(), 
			deleteConnection(), 
			fetchUrl(), 
			get(), 
			getConnection(), 
			getOAuth(), 
			sendRequest(), 
			setOAuth()
		
