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.

Scripting is a form of programming generally characterized by low formality, loose typing, and no requirement for explicit compilation. There are numerous scripting languages, and these are used in a wide variety of scenarios - command-line applications, GUIs, server-side applications, extension ...

learn more… | top users | synonyms (1)

0
votes
1answer
72 views

How to check facebook graph API for new posts every few seconds?

Facebook has a graph API which you can use to access public facebook posts. I Want to write a script (PHP?) that will check every few seconds to see if there are new posts for a particularly query ...
0
votes
0answers
30 views

Facebook: profile to page backup

I've a project that i need to migrate a profile to a page, in Facebook, but I don't want to lose all posts I have. I know there is a backup option, where i can download all of my data. The question ...
-1
votes
1answer
167 views

Updating facebook status [closed]

if I want to update my facebook status using a script such that when that script runs it reads a text from a file on my system and update the status for me on facebook.I am not sure how to write the ...
0
votes
3answers
410 views

How to fill out AJAX form programmatically and scrape results?

Basically, I want to use the Facebook Ads Manager Tool to estimate the number of users targeted by a particular set of targeting parameters. I know there is a published API available, but it is only ...
1
vote
2answers
991 views

Facebook like status url detection

I am wondering if there is a script similar to the facebook status update thing, What I mean, is when for ex. I paste a youtube/other video site/image/link it automatically detects the contents of the ...
1
vote
4answers
628 views

How do I automate navigation to a website that requires authentication?

Here's what I'm trying to achieve. I would like to write a script that will navigate to a website that requires me to be authenticated as myself, say Facebook, Live Spaces, Twitter or any other, and ...
2
votes
2answers
2k views

Sending MESSAGE to a person on facebook using python

I want to make a script that can be used to send messages to our friends on facebook. How do I proceed? Which is the best module to use?