Connect Facebook Page
প্রকাশিত প্রতিটি লেখার একটি লিঙ্ক, আপনার পেজে পোস্ট করা হবে।
What this key lets us do. এটি আমাদের সেই একটি পেজে একটি পোস্ট প্রকাশ করতে দেয়। এটি আপনার বার্তা, আপনার বন্ধু বা আপনার ব্যক্তিগত প্রোফাইলে কিছুই পড়তে পারে না।
Step by step
- আপনার একটি Facebook পেজ দরকার, ব্যক্তিগত প্রোফাইল নয়। ব্যক্তিগত প্রোফাইল থেকে কোনো টুল দিয়ে পোস্ট করা যায় না — এটা Facebook-এর নিয়ম, আমাদের নয়।
- developers.facebook.com এ যান, My Apps এ ক্লিক করুন, তারপর Create App এ যান। Business টাইপটি নির্বাচন করুন।
- অ্যাপে, Tools → Graph API Explorer খুলুন।
- ডানদিকে উপরের কোণে আপনার অ্যাপটি নির্বাচন করুন, তারপর User or Page থেকে Get Page Access Token নির্বাচন করুন এবং আপনার পেজটি বেছে নিন।
- অনুমতির বক্সে pages_manage_posts এবং pages_read_engagement যোগ করুন, তারপর Generate Access Token চাপুন এবং অনুমোদন করুন।
- Access Token Debugger লিঙ্কটি টোকেনের পাশে ব্যবহার করুন এবং Extend Access Token চাপুন — ছোট টোকেনটি প্রায় এক ঘণ্টায় মেয়াদ শেষ হয়, বাড়ানো টোকেনটি প্রায় 60 দিন স্থায়ী হয়।
- প্রসারিত টোকেন কপি করুন। আপনার পেজ আইডি আপনার পেজের About → Page transparency এর নিচে আছে।
Bold words are the exact buttons and menu names to look for. These are screens of other companies and they move them — if the layout does not match, searching that bold name in their own help usually finds where it went.
What to paste here
| Field | What it looks like |
|---|---|
| Page ID | A long number, e.g. 102938475610293 |
| Access token | A very long string starting EAA… |
What usually goes wrong
- একটি ব্যবহারকারী অ্যাক্সেস টোকেন একটি পৃষ্ঠায় পোস্ট হবে না। এটি পৃষ্ঠা বলতে হবে।
- একটি দীর্ঘমেয়াদী টোকেনও শেষ পর্যন্ত মেয়াদ শেষ হয় — প্রায় ৬০ দিনের মধ্যে। যখন এটি হয়, আমরা আপনাকে জানাই যে অ্যাকাউন্টটি পুনরায় সংযোগ করতে হবে, নাহলে এটি নীরবে ব্যর্থ হয় না।
Whatever you paste is encrypted the moment it arrives. It is never shown back to you and nobody here can read it — support sees a fingerprint like “ending 7f3a2c”, never the value.
Stuck? The help desk answers this exact question, and it is a real answer rather than a form. Open the help desk → If you would rather go to the source, read the official documentation: Facebook: Pages API