Skip to content

LinZap/LINE-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE-Webhook

the LINE-Webhook starter-kit for LINE Messeaging API webhook

Required

  • ASP.NET 4.5
  • IIS

Configure

LINE-Webhook\Web.config set AccessToken and ChannelSecret attributes

  <appSettings>
    <add key="AccessToken" value=""/>
    <add key="ChannelSecret" value=""/>
  </appSettings>

Licesece

MIT License

About

LINE-Webhook use .NET Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published