Using Temboo To Perform A Facebook 'like' Action
I would like to perform 'likes' in Facebook walls (from an Android app) using the Temboo Library, and I see there is a Choreo for this. My problem is that the required parameters
Solution 1:
You can use a different Choreo to return that value:
https://temboo.com/library/Library/Facebook/Searching/FQL/
Here's a screenshot that shows you how to use this Choreo to get the object ID for a URL.
And here are the inputs I used:
- Access Token:
yourOwnAccessToken
- Conditions:
url="http://mashable.com"
- Fields:
url, id, type, site
- Table:
object_url
Hopefully that solves your problem. Good luck!
Post a Comment for "Using Temboo To Perform A Facebook 'like' Action"