face4j | face4j is a java library for facebook 's new graph API
kandi X-RAY | face4j Summary
kandi X-RAY | face4j Summary
face4j is a java library for facebook's new graph API
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Posts data to a URL
- Get response from http connection
- Construct the query parameters
- Constructs the criteria from the given columnCriteria object
- Append connection columns
- Constructs the criteria from a ConnectionCriteria
- Retrieves a list of users matching the specified columns
- Add columns to a string
- Retrieves the data from a URL
- Get name value pairs
- Performs a DELETE request
- Attaches the given event to the user
- Registers an event to be dismissed
- Replaces any event with the given event id
- Retrieves an array of FQL pages matching the given criteria
- Publish an object to a user
- Creates a new event
- Publish a note on a given profile
- Publish a comment on a given object
- Creates a new album
- Retrieves an array of Facebook users for the given ids
- Gets an array of Facebook pages for the given ids
- Publishes a link to the given profile
- Deletes data from an url
- Publishes a new post
- Gets the data from a URL
face4j Key Features
face4j Examples and Code Snippets
Community Discussions
Trending Discussions on face4j
QUESTION
I am trying to fetch user details and oauth authenticate user through facebook api's and java and able to authenticate and redirect to my home page but the facebook api's are not returning details like email , birthday, friend list but only returns username and id and the rest details as null. I have registered my App on facebook and still why i am not able to fetch other details like birthday , email , friendlist,profile picture etc.
Below is the code :
This is Main Menu Class :
...ANSWER
Answered 2017-Jan-22 at 09:36By default the graph API doesn't return all fields, so I think the library you are using is not allowing you to request more.
You can test using the console https://developers.facebook.com/tools/explorer/
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install face4j
You can use face4j like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the face4j component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page