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 use this code for inviting facebook friends to app : http://pastebin.com/A4LkB8sF

FB.ui({ method: ‘apprequests’, message: ‘Facebook Promotion App’ });

Its working fine but if they click the Link in the FB notification bar they dont get linked directly to my page and app. Instead they are at a “step between”. The app is visible in an iframe with less than 810px and no like button.

This are the link parameters:

*/?fb_source=notification&request_ids=12345621890&ref=notif&app_request_type=user_to_user&notif_t=app_request*

Where is the problem? Why is FB not linking the user to the app in page directly?

I guess the solution is somewhere in the App settings maybe… but i dont know.

Please help me, is important ?

share|improve this question

1 Answer

Specify redirect_uri also in the parameters list.

share|improve this answer
Are you sure app requests support redirect_uri? – Alexander Nenkov Jan 22 at 10:05
You must search that in the docs from your own, btw here it is : Requests – Shadowfax Jan 22 at 11:34
I read it. But nowhere in the FB.ui method of sending requests is mentioned. It is shown only for direct link requests and the question was about FB.ui – Alexander Nenkov Jan 22 at 12:23

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.