Closed (fixed)
Project:
Facebook Connect
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2012 at 17:56 UTC
Updated:
12 May 2014 at 13:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cabita commentedI have the same issue.
Comment #2
strr commentedhave emty fb invite page too at: fbconnect/invite/friends?destination=invite or fbconnect/invite/friends
any news here?
Comment #3
markandphil commentedSame issue, its the only thing holding up the development of the site we're implementing. Not sure why it won't show but we do see the FBML code in the source.
Comment #4
strr commentedanyone?
Comment #5
strr commentedplease?
Comment #6
strr commentedno one?
Comment #7
onegenius commentedFound the problem however the solution will take time and programming skillz. The current method used to create the invite has been depreciated by facebook and is no longer supported.
see here: http://developers.facebook.com/docs/reference/dialogs/requests/
Let me see if I can create a quick patch.
Solution:
You will need to edit fbconnect.module line 30. Change to function to something like this. Afterwards clear cache.
Comment #8
strr commented@onegenius
Big "Thank You",
this is a huge step to fix the module.
I replaced the function as suggested.
Now one can click on the "Invite Friends Button" and at fbconnect/invite/friends it opens up a popup with the facebook friends list.
I can invite friends but after that is done there is anather popup saying "put your message here". But no place to put something?
The Basic page at fbconnect/invite/friends is still emty - is this correct?
What i want is to remove both popups and place something inline on the content page at fbconnect/invite/friends.
Because the popups are always blocked by the browser first.
Thank You
Comment #9
dgastudio commentedany update?
Comment #10
Yorgg commentedAny progress on this regards?
Comment #11
Yorgg commentedComment #12
sadist commentedusing 7.x-2.x-dev and having the same issue.
I can see the markups in the HTML source, but it doesn't print anything in the browser.
Comment #13
smartsystems160 commentedSince module is unusable at this state, changing priority to major
Comment #14
swaps commentedBased on #7 , Created a patch that will solve the issue related to "Invite friends from FB".
Also ,
-> Removed pop up message from the code.
-> Configurable Invite Message is now configurable.
Comment #15
swaps commentedComment #16
gobinathmSwapS thanks for the patch. Its been committed & the code changes will be available in next stable release.
Comment #17
jalalkhan121 commentedit' now working fine, special thanks to Oshane Thomas @ onegenius
Comment #18
Marko B commentedI tried to use this submodule and FB pop up opens but after that I invite people, close the pop up and I end up on empty page like
fbconnect/invite/friends?destination=user/111
and from what I see no invites are sent and no feedback message is received what happened. Pop up is just closed.
Comment #19
Marko B commentedI solved this. The part that was missing was this 2 issues.
"
One is that you application is missing the Canvas. Just add it from the your App panel in Facebook Developers.
The second one - make sure your app is NOT in SandBox Mode. If it is it won't send any notifications. I lost hours before figuring that out and changing the code in all possible ways."