8000 Added Page.getMIssion() by wltjr · Pull Request #108 · roundrop/facebook4j · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added Page.getMIssion() #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2017
Merged

Added Page.getMIssion() #108

merged 2 commits into from
Mar 30, 2017

Conversation

wltjr
Copy link
Contributor
@wltjr wltjr commented Feb 4, 2017

Added method to get an pages mission statement. Other methods did not seem to make this available.

Requires Reading fields "mission"

Page page = facebook.getPage("Page",  new Reading().fields("mission"));
String mission = page.getMission();

Sample Album JSON fields=id,company_overview,mission

{
  "company_overview": "Company Overview",
  "mission": "Mission statement",
  "id": "11111111111111111"
}

wltjr added 2 commits February 4, 2017 00:34
…ission

Added method to getMission, returns String. Way to get mission text from
a page.
…ava:

Implemented getMission() method, returns String, if present
@roundrop roundrop merged commit 9fd9a1c into roundrop:develop Mar 30, 2017
roundrop pushed a commit that referenced this pull request Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0