Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Facebook Graph API Client In Go

This library perfectly supports most graph API with very handy methods.

Here is a quick tutorial.

import (
    "fmt"
    "github.com/huandu/facebook"
)

func main() {
    res, _ := facebook.Api("/538744468", facebook.GET, facebook.Params{
        "fields": "username",
    })
    fmt.Println("here is my facebook username:", res["username"])
}

For more documents, please use go doc.

This library is licensed under MIT license.

About

Facebook Graph API Client In Go

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.