public class FacebookModel extends Object
| Constructor and Description |
|---|
FacebookModel(FacebookServletRequest req)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String[] |
getAppFriends() |
String |
getAppId() |
String |
getCanvasPath() |
String |
getCanvasURL() |
String[] |
getFriends() |
String |
getPageURL() |
String |
getSecret() |
String |
getSessionKey() |
String |
getUser() |
int |
postUserAction(String title,
String body)
Post User Action
For details see:
http://wiki.developers.facebook.com/index.php/Feed.publishActionOfUser
|
public FacebookModel(FacebookServletRequest req)
req - public String[] getFriends()
public String[] getAppFriends()
public int postUserAction(String title, String body)
title - body - public String getUser()
public String getAppId()
public String getSessionKey()
public String getApiKey()
public String getSecret()
public String getCanvasPath()
public String getCanvasURL()
public String getPageURL()
Copyright © 2005–2014 Alfresco Software. All rights reserved.