I would like to develop an application that automatically posts data to Facebook User's walls.
I have already contemplated the idea of having to authorize users first on facebook..
Workflow should be like:
1.- User is registered, he receives a barcode with a numeric ID.
2.- Time later the user scans barcode in embedded device, it posts the numeric ID to some php magic... and some text is published to his wall automatically, no login, no nothing, we should get the user data just based on our first registration. The (embedded device/computer/thing that reads barcodes) must be headless.
Is this even possibly with the current Facebook oAuth model??
Thanks in advance.