tags:

views:

17

answers:

0

I have a website developed in php that I would like users to authorize access to Facebook, and then publish actions as their Facebook status similar to Nike Plus.

The previous answers on this in SO seem outdated or not quite detailed enough for me, and Facebook's documentation seems centered around making apps in Facebook (which assume the user is logged in and using FB). I've gotten it to work such that if a user is logged into Facebook I can update their status, but does anyone at least have a link to something that describes how one posts to Facebook when the user is not logged in, similar to Twitter's Oauth? Nike Plus does this for Facebook so I know it's possible without storing user's credentials.

related questions