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.

Collection of instructions written using human-readable computer language, usually as text. It contains the actions to be performed by a computer to execute a program, a function, a script. Source code is often transformed by a compiler program into low-level machine code(an executable). ...

learn more… | top users | synonyms

0
votes
0answers
111 views

flash objects must have the source' and picture' attributes when sharing link

"flash objects must have the 'source' and 'picture' attributes when trying to share" It's April l 16th 2012. I just got this same error message on FB. I have a video Rise Of the Empire (T.I.E.) on 2 ...
7
votes
5answers
2k views

Missing photo url source of of facebook photo album

I have now found that when I viewed the photos of a Facebook album, the url of the various photo sizes is no longer available. Example: https://graph.facebook.com/352972538053351/photos You see the ...
1
vote
1answer
440 views

Flash size on publishing post by Graph API

I use Facebook Graph API to post on user's wall. I also attach Flash application ("source" parameter) to it. $data = array( 'name' => 'Test name', 'message' => 'Custom message', ...