Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Let's say I do this:

<img src="http://graph.facebook.com/7644904/picture?type=square">

It that allowed? (hot linking facebook)

share|improve this question
By "allowed", do you mean, "legal"? ;-) – jadarnel27 Aug 26 '11 at 20:52
3  
This is a terms of service question. The fact that you put an img tag doesn't make this programming related. :-) – Justin Satyr Aug 26 '11 at 20:52
2  
This is not a programming question; as Justin says, this is a legal TOS question. You've been here long enough (according to your rep) to know the difference. Voting to close as off-topic. – Ken White Aug 26 '11 at 20:55

closed as off topic by Ken White, bdonlan, hammar, Gavin Simpson, Robert Harvey Aug 26 '11 at 21:15

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

This would required that the person visiting your web site be currently logged into Facebook, otherwise you are just going to get a generic placeholder. That's what I got when I tried to access that URL.

It also my violate your the terms of service, which could be a reason for them to turn off your account. So you might want to check.

share|improve this answer
I don't see how that would be against Facebook policy, but as you say, it returns a dummy value when there's nobody logged in – Igy Aug 26 '11 at 21:31

Not the answer you're looking for? Browse other questions tagged or ask your own question.