Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I was trying to update the status using PHP cURL script ,when I run the script facbook blocks it update the status by saying an unrecognized device trying to update your status ,after which I save the device with some name .But when I again run the script it shows the same notification and doesn't update the status.

share|improve this question

1 Answer

It sounds like you're not using the API and are triggering some security systems. Use the API instead.

share|improve this answer
I have seen ,we can update the status using graph API of facebook .I am not sure, but I think going by that way I will be needing access token for a user and for that I have to make an facebook application . – Nitesh Narayan Lal Oct 16 '11 at 9:51
1  
That's correct - attempting to use a username/password and automate logins is expressly against Facebook's policies and will almost certainly result in the account being automatically locked – Igy Oct 16 '11 at 10:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.