Connect LinkedIn
আপনার প্রোফাইল বা কোম্পানির পেজে, আর্টিকেলের লিঙ্ক সহ একটি পোস্ট।
What this key lets us do. এটি আমাদের আপনার পক্ষে পোস্ট করতে দেয়। এটি আপনার সংযোগগুলি পড়তে পারে না বা বার্তা পাঠাতে পারে না।
Step by step
- linkedin.com/developers এ যান এবং Create app এ ক্লিক করুন। LinkedIn আপনাকে একটি LinkedIn Page সংযুক্ত করতে এবং এটি যাচাই করতে বলবে — যদি আপনার কোম্পানি পেজ না থাকে, একটি তৈরি করতে এক মিনিট সময় লাগে এবং এটি ফ্রি।
- Products ট্যাবটি খুলুন এবং LinkedIn-এ শেয়ার করুন এবং OpenID Connect ব্যবহার করে LinkedIn-এ সাইন ইন করুন অনুরোধ করুন।
- Auth ট্যাবে, w_member_social এবং openid profile স্কোপ সহ একটি টোকেন তৈরি করুন।
- আপনার লেখক URNও দরকার, যা আপনার প্রোফাইল URL নয়। আপনার টোকেন দিয়ে
https://api.linkedin.com/v2/userinfoকল করুন; উত্তরটিতে sub এর মান আপনার আইডি। urn:li:person:এর পর সেই আইডি লিখুন। কোম্পানি হিসেবে পোস্ট করতে চাইলে,urn:li:organization:এর পর পৃষ্ঠার সংখ্যাগত আইডি লিখুন।
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 |
|---|---|
| Author URN | urn:li:person:AbC123dEf or urn:li:organization:12345678 |
| Access token | A long string from the Auth tab |
What usually goes wrong
- আপনার প্রোফাইল ইউআরএল — linkedin.com/in/yourname — না ইউআরএন, এবং লিঙ্কডইন এটি গ্রহণ করে না। ইউআরএন হল
userinfoথেকে আইডি। - লিঙ্কডইন টোকেন সাধারণত প্রায় ৬০ দিন স্থায়ী হয়। আমরা আপনাকে জানাই কখন পুনরায় সংযোগ করা প্রয়োজন, নীরবে ব্যর্থ হওয়ার পরিবর্তে।
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: LinkedIn: Share API