Running the Facebook Client Sample
Start the application and test the HTTP GET and POST operations. You can run the sample from TIBCO BusinessStudio.
Procedure
Copyright © TIBCO Software Inc. All rights reserved.
Start the application and test the HTTP GET and POST operations. You can run the sample from TIBCO BusinessStudio.
- Facebook Graph APIs are SSL protected and hence the client must be SSL-enabled. The certificate file (.crt) and keystore (.jks) file are packaged along with this sample.
You will see an operation getUserProfile which accepts two arguments - user and access_token. The access_token argument is the Oauth token required by Facebook REST API and user is the user name or id or me (currently logged in user).