feed method facebook api not working with angularjs after deployment

I try to integrate facebook api in angularjs app. In local machin all things work very well. When I deploy the app on distant server, the login method works well in (login.html). When I want to share using fb.ui {method:feed}. I have this error : *

Error: element not specified

Error at Object. (http://connect.facebook.net/en_US/all.js:37:148) at window.FB.require (http://connect.facebook.net/en_US/all.js:15:588)

any ideas please?

Regards

Stevens