proxy.golang.org : github.com/plar/facebook
This is a Go library fully supports Facebook Graph API with file upload, batch request and FQL. It's simple but powerful. Library design is highly influenced by facebook official PHP/JS SDK. If you have used PHP/JS SDK, it should look familiar to you. Here is a list of common scenarios to help you to get started. Scenario 1: Read a graph `user` object without access token. Scenario 2: Read a graph `user` object with a valid access token. Scenario 3: Use App and Session struct. It's recommended to use them in a production app. Scenario 4: Read graph api response and decode result into a struct. Struct tag definition is compatible with the definition in `encoding/json`. Scenario 5: Send a batch request. For more detailed documents, see doc in every public method. I've try my best to provide enough information. Still not enough? Tell me or help me to improve wording by sending me Pull Request. This library doesn't implement any deprecated old RESTful API. And it won't.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/plar/facebook
License: MIT
Latest release: about 11 years ago
First release: about 11 years ago
Namespace: github.com/plar
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago