Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
oauth1
✓ github.com/gomodule/oauth1
Create an OAuth1 client with consumer credentials and token.
package main
import "github.com/gomodule/oauth1"
func main() {
config := oauth1.NewConfig("consumerKey", "consumerSecret")
token := oauth1.NewToken("token", "tokenSecret")
httpClient := config.Client(oauth1.NoContext, token)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.