Logging in other Facebook users from a standalone app - facebook

I have a kiosk-like device that I'd like to integrate with Facebook. Essentially, I'd like to allow a user to log into their Facebook account, give permission to my app, which will post a text/picture/video to their wall.
Is this possible?
What API/toolkits do you recommend?
Thanks
Kane

Use the Facebook Graph API. Here is the link: https://developers.facebook.com/docs/reference/api/
and https://developers.facebook.com/docs/reference/api/post/
:)

Related

How to post in facebook fanpage automatically from my website?

How to post in facebook fanpage automatically from my website ?
for example when i update new post in my website and i need to post in facebook fan page automatically....
I believe Facebook offers a certain number of APIs which would allow you to integrate Facebook into your own website to some degree; you can always try their dev centre.As far as I know, however, you can only post to Facebook through social networks like Twitter (see: linking a Twitter account to Facebook), or through Facebook apps you've developed yourself.
You need to create facebook app and use the app secret key and and API key in facebook SDK
script for automatic posting. for more details click the following link. I think this may help you. http://www.damnsemicolon.com/php/auto-post-facebook-with-facebook-sdk

How can I log into Facebook as a user from an iPhone app so I can post to their wall?

I have an app that must send a game score to someone's Facebook wall, but I don't know how to sign them in from the app.
Can you sign into facebook using only url parameters or PHP code? Something like: http://facebook.com?login=**myusername**&password=**thepass** using GET OR POST. If so, how?
No. To post to a user's wall on Facebook, you'll need to have them install an app you write with the publish_stream permission, and then you can use the scores endpoint to publish those scores.
No, Facebook would have never coded this as it is quite the security vulnerability for brute forcing users' passwords.
You should take a look at the Facebook API.

Facebook app writing comments?

I know it sounds weird but is there a way that an app (facebook app) that could write a comment on user's picture using Facebook API or anything?
Yes, a user can give an app permission to do so via the API.

Get Facebook wall data to web portal

I have web portal. I need to somehow get all Facebook wall posts from just one specific user or group( that represents my web portal). I need to have wall posts available on my web portal for further processing.
I will be also needing an option for posting messages from web portal to FB user/group wall.
I haven`t worked with FB API until now, so any materials, tutorials that can lead me in right direction would be of great help.
Can this be done without creating Facebook application?
Thank you
No,
Facebook just like that does not share its user information.
you will have to create an app on facebook to authorize urself,and on your web portal you will have to sek users permission before getting any user info.
craete facebook app here https://developers.facebook.com/apps
You can choose between javascript sdk and graph api on how you want to get user data.
You can use publish_stream permisiion to get the post on user wall.
Can this be done without creating Facebook application?
NO
Tutorials and materials:
Graph API
Samples & How-Tos
Google, but I would be careful here. Try to search for updated tutorials (written or updated on 2011)
I used this http://neosmart.de/social-media/facebook-wall its fb.wall plugin into jQuery .js library. It easy and can be edited symply via CSS

ShareKit: how can you post on your facebook friend's wall?

How can you post on your facebook friend's wall (instead of your own) using ShareKit?
I thinks its Not Possible because of facebook security, in past facebook seems a spamming report and after that their developer portal of facebook and FQL is more powerful now rather then before. But Instead its not possible now but later it might be.. if Facebook Allow...