"Apprequests" Dialog Reports Success, Recipients Receive Nothing

apprequests dialog reports success, recipients receive nothing

Found an explanation that helped me fix this here: http://facebook.stackoverflow.com/a/8211249/184561

When a user clicks on an app request, Facebook takes them to your Facebook canvas page. If you don't have a canvas page, the requests don't show up.

As soon as I added a canvas url (one that didn't even work), the requests started showing up.

Parse Facebook Dialog Delegate methods not being called

I finally got around the problem by using the facebook instance provided by PFFacebookUtils. This is deprecated but appears to be the only way to make it call the correct delegate methods at the moment.

Replaced:

PF_Facebook *facebook = [[PF_Facebook alloc] initWithAppId:session.appID andDelegate:nil];

With:

PF_Facebook *facebook = [PFFacebookUtils facebook];

Thanks to JP and Aromal for your input.

All users in param ids must have accepted TOS Error

It means the $user_id user doesn't use your app - you can only send app->user requests to existing users of your app



Related Topics



Leave a reply



Submit