Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android facebook send challenge/app request to friends [duplicate]

Can I send challenges or app request to my friends without submitting my facebook app for review? The app status is live, taken out of sandbox. Added necessary fields. Now I can successfully login with my app, get user details, friends details, update status etc.

Do i need to create actions inside my app to get send request permission? I have created some actions too.

But when i send challenge, i can choose friends and send challenge. But they are not receiving! Tried requestPublishPermission() etc before sending challenge.

like image 842
Arun Jose Avatar asked Oct 21 '22 08:10

Arun Jose


1 Answers

If you can successfully login, fetch details and send request but no notification is receiving at the other end, then you probably did not fill the canvas urls.

like image 151
Vinoy Alexander Avatar answered Oct 24 '22 04:10

Vinoy Alexander