<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	〈用 LINE Bot API 建立 LINE@ 圖文選單〉的留言	</title>
	<atom:link href="https://www.letswrite.tw/line-bot-rich-menu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/line-bot-rich-menu/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Sun, 30 Mar 2025 12:19:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		留言者: ting		</title>
		<link>https://www.letswrite.tw/line-bot-rich-menu/#comment-311</link>

		<dc:creator><![CDATA[ting]]></dc:creator>
		<pubDate>Sat, 06 Nov 2021 15:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:3001/?p=139#comment-311</guid>

					<description><![CDATA[請問選單圖檔一定是要psd檔嗎？可以替換成其他方式嗎？]]></description>
			<content:encoded><![CDATA[<p>請問選單圖檔一定是要psd檔嗎？可以替換成其他方式嗎？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		留言者: Vincent		</title>
		<link>https://www.letswrite.tw/line-bot-rich-menu/#comment-47</link>

		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Fri, 20 Mar 2020 05:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:3001/?p=139#comment-47</guid>

					<description><![CDATA[3–2 上傳圖文選單的圖片（upload a rich menu image）

上傳圖片的語法如下：
curl -v -X POST https://api.line.me/v2/bot/richmenu/{rich menu id}/content \
-H &quot;Authorization: Bearer {token}&#039; \
-H &#039;Content-Type: application/json&quot; \
-H &quot;Content-Type: image/png&quot; \
-T image-path.png

這裡多了一行
-H &#039;Content-Type: application/json&quot; \]]></description>
			<content:encoded><![CDATA[<p>3–2 上傳圖文選單的圖片（upload a rich menu image）</p>
<p>上傳圖片的語法如下：<br />
curl -v -X POST <a href="https://api.line.me/v2/bot/richmenu/" rel="nofollow ugc">https://api.line.me/v2/bot/richmenu/</a>{rich menu id}/content \<br />
-H &#8220;Authorization: Bearer {token}&#8217; \<br />
-H &#8216;Content-Type: application/json&#8221; \<br />
-H &#8220;Content-Type: image/png&#8221; \<br />
-T image-path.png</p>
<p>這裡多了一行<br />
-H &#8216;Content-Type: application/json&#8221; \</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
