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 have created a Facebook app to make calls. Well, I'm still having trouble getting the action verified.

I got this message when I tried to submit it for approval:

approval status

The action grammar is as follows:

action grammar

I couldn't find the mistake in the grammar I specified. I read their documentation. I still couldn't figure it out.

Can anyone please advice what I'm doing wrong.

share|improve this question
What are your action and object called? – CBroe Sep 27 '12 at 14:23
@CBroe .. My action is Made and the object is call. Thanx. – Chris Sep 27 '12 at 16:10
Try calling your action “make” (present tense) instead of “made”. – CBroe Sep 28 '12 at 11:33

1 Answer

The reason is that your imperative tense is too long.

Change 'make free calls using' to 'call using'

share|improve this answer

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.