I want o create a simple facebook application without any canvas or GUI.I want to access the details of app users,post to their wall,access their friends profile etc,Without their presence i mean access their data's any time.I know only PHP. I am a beginner to Facebook applications.Please guide me.
|
|
closed as not a real question by Kev Jun 4 '12 at 14:33
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Without any GUI is not totally possible. You will need a method of prompting the user to either:
Those actions both happen through a gui (web page, remote app etc). Doesn't have to be a webpage, but has to be something that can prompt the user - check out the available APIs for the login. http://developers.facebook.com/docs/authentication/ Once you've got over those hurdles, then it's possible with the tokens, although when tokens become invalid, you'll need to again prompt the user to authorise (back to the gui - and you need to get them to visit/click your link). |
|||||||||||||
|