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.
Replacing is the action of searching a string for a sub-string and replacing it with a different string.
1
vote
0answers
31 views
PHP facebook how to replace story_tags with story line?
i have following story "Another Feed shared Non-Profits on Facebook's photo." and i want to replace its tags with links.
facebook api data story and story_tags
[story] => ...
0
votes
0answers
75 views
Replacing textarea contents on Facebook works, but superficially
I am trying to process the text in textarea [on 'your' Facebook page, where one can write status updates etc] and replace it with new text.
What I tried so far: calling
...
1
vote
2answers
208 views
“&” character in facebook sharer url
My site has urls like
$shareurl = http://www.mysite.com/?view=main&title=here-is-some-title
So if i put this url in facebook and twitter sharer links appear like below
facebook sharer url: ...
1
vote
2answers
177 views
Need help formatting Unix Date from XML output.
I have an events feed from facebook that outputs data in XML format. The dates/ times are in epoch (unix) format, I think. Like so:
...