# LINE Developer 相關

## 概述

LINE Developers [https://developers.line.biz/](https://developers.line.biz/zh-hant/) 是 LINE 提供的技術控制台，專門用於設定 LINE 官方帳號的開發相關功能。在這裡，您可以配置各種開發資源，如自動推播設定或新用戶加入時的認證資訊等。這與 LINE Official Account Manager 不同，後者是專門用於管理與用戶的即時互動和訊息交流。

參考：<https://engineering.linecorp.com/zh-hant/blog/line-bot-guideline-1>

<figure><img src="/files/o96OzdPQNByrOaBz14He" alt=""><figcaption></figcaption></figure>

## 常見問題

### 從 LINE Official Account Manager（LINE OA ）的「設定」區塊，進入「Messaging API」，然後點擊「LINE Developers」，但看不到所需的資料畫面？

當您按照上述步驟進入並登入自己的 LINE 帳號後，如果您看到與預期不符的畫面，那可能是因為您不具有該 LINE 帳號的 Provider 和 Messaging API Channel 的管理員（Admin）權限。請首先與公司內部同仁確認，看是否之前有人已經建立了 Messaging API Channel。如果您無法找到是誰建立的或需要更多權限，建議您直接聯絡 LINE 官方客服，尋求協助取回或調整帳號權限。

### 找不到原有 Channel，是否可以建立一個新的？

不可以。每一個 LINE 官方帳號只對應一個 Messaging API Channel，所以您不能重新創建。如果您無法找到對應的 Messaging API Channel 或 Provider 權限，請及時聯絡 LINE 官方客服，協助您取回相關帳號權限。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.firstline.cc/feature/channels/line/line-developer-xiang-guan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
