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

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...

Related

Has Facebook started blocking posting on Friend's wall?

Anyone Kindly suggest, has Facebook started blocking posting on friend's wall?
Since in my previous application I tried posting images, links, text etc in my friends facebook wall it was working fine and better, but suddenly after February I am not able to post information to my friends wall.
Facebook have removed this ability from the api. You can only post to your own wall. There is a blog post about it somewhere on their developer blog and you can see it is on the completed roadmap https://developers.facebook.com/roadmap/completed-changes/ (search for "Removing ability to post to friends walls via Graph API " )
If you want to post to another users wall Facebook advise you to invoke the Feed dialog

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.

Logging in other Facebook users from a standalone app

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/
:)

Can I Use Facebook Graph API to Read My Facebook Page Fans' Walls?

I am wondering if there is a way to programmatically read the wall posts of my Facebook Page's fans (I mean those who "like" my Facebook Page) by either using Graph API or FQL.
I would like to develop an application that aggregates my fans' wall posts so that I can get to know what kind of people "like" my Facebook Page by reading what they are saying in their walls.
No, you don't get this level of access just for having had someone like your page. You would need to specifically request access using a Facebook application.