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.

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
63 views

Replace array with values in string in Ruby within ( ), instead of [ ]

If you do something as follows: 1.9.3p194 :005 > array = [ 1, 2] => [1, 2] 1.9.3p194 :007 > puts "Array when output in \"\" is #{array}" Array when output in "" is [1, 2] => nil ...
1
vote
0answers
74 views

link_url substitution tokens

Some search engines support a set of substitution tokens that get replaced at run-time ( ie when a creative is served ). Does Facebook support any substitution tokens? Where can I find this ...