Using facebook pics as default pics for one's own website? [duplicate] - facebook

This question already has answers here:
Get user profile picture by Id
(16 answers)
Closed 5 years ago.
Apparently this question has already been answered.
Click the following link to follow through.
Get user profile picture by Id

Get the Facebook profile pictures using this link.
http://graph.facebook.com/" + facebookId + "/picture?type=square
For instance:
http://graph.facebook.com/67563683055/picture?type=square
There are also more sizes besides "square". See the docs.
*This answer was taken from here.

Related

What is channelUrl [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Why do we need to create a channel.html on our server to use Facebook JS SDK?
following this guide I was able to enter the login of facebook in one of my php page
http://developers.facebook.com/docs/guides/web/
But I do not understand how to change this line. what is it?
channelUrl : '//WWW.YOUR_DOMAIN.COM/channel.html', // Channel File
You need to read out this: How-To: Optimize Social Plugin Performance

what is the image that is placed when I put a link in the status? [duplicate]

This question already has answers here:
How does Facebook Sharer select Images and other metadata when sharing my URL?
(12 answers)
Closed 8 years ago.
I have a website and want to put a link to it on my status on facebook.
However, no image is displayed.
How can I determine to display an image with that link?
Thanks
Indeed. This is the answer. I must point out that I did everything ok, the problem was that I havent fetched the link, and thus the facebook was not updated which thumbnail to present. So the most important stage to do it to fetch the link
https://developers.facebook.com/tools/debug

Getting millionth user like data [duplicate]

This question already has an answer here:
Sort fans of a facebook page by join date
(1 answer)
Closed 8 years ago.
I am trying to see if I am able to receive the user like data from facebook to determine if can find the user who likes a page as the millionth (or 5thousands, etc.) user.
Is this possible? Has anyone done that? And if so, how did you go about it?
Thanks for you help, while I am getting slightly disappointed by the facebook docs....
I don't believe this is possible with the API.
A possible solution would be to use the API to check the number of likes and notify you when you get close to the target. Or, keep a close eye on the "New Likes" section of your page Admin Panel when you are getting close. eg. when it reaches 1001 users, person 2nd from the top on your "New Likes" section is your 1000th user.

Facebook same meta tags worked on one host and not worked on another [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How does Facebook Sharer select Images?
I use facebook debugger for test my page (http://developers.facebook.com/tools/debug).
When I test this page - http://chatterbay-test.appspot.com/user/FlashMaster, debugger can't find any meta tags, but when I try test same code on another server - http://194.105.145.52:8080/wc/face.html debugger show title, description and image.
That's because if you go to http://chatterbay-test.appspot.com/user/FlashMaster you need to sign in.
As such the debug tool can't read your page.

Facebook Like - Can we transfer them to other URL's? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I move a URL via 301 redirect and retain the page's Facebook likes and Open Graph information?
For example suppose I had 1000 Likes on this URL:
example.com/coolpage.php
But I wanted to rename the URL to:
example.com/domscoolpage.php
Can I transfer the Likes from the 1st to the 2nd in the same way you can transfer PageRank via 301s?
Cheers smile
No you cannot, you will have to start from scratch. You could 301 from the original liked URL to the new one though