What is the best approach to posting updates on users timelines/walls from the PHP SDK? At the minute I capture the FB id via connect and then store in the database, we also store the user access token. My question is how do I go about posting to a users wall, I know I use the api within the app but I don't know if I simply loop through the user ids and post for each individual.
Does anyone know id Facebook incorporates a rate limit when making posts to Facebook.
Any advice would be great.
Thanks