- الحصول على الرابط
- X
- بريد إلكتروني
- التطبيقات الأخرى
المشاركات
عرض المشاركات من يناير, 2018
doctor
/* make the API call */
FB.api(
"/doctorelarobe3/feed",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);