Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Facebook Panels - major oversight

Asked Modified Viewed 2,113 times
T
TrulyHeroic
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

(Note that, regardless of the login flow you choose, you must also offer an explicit "Log Out" option that also logs the user out of Facebook.)

can be found on https://developers.facebook.com/docs/concepts/login/login-architecture/

Meaning when they click logout, not only does it have to log users out of our site, but facebook as well. Also there are some updates to the src files you are using that I guess added some more protection - I noticed yours are out of date at least the one I have is.

Both of the facebook aps from what I see don't do this. I am working on 1.0 to modify for it myself.
0 replies

4 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi there,

Can you please explain what Addons you are talking about and who are you talking to?

Kind Regards
Craig
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

This whole already exists in my current infusion, just needs some tweaking as I found out it does not work on all websites due to server configurations.

Already worked an update and will be added to the next release.
0 replies
T
TrulyHeroic
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

yeah, I think it cause it requires a SSL to read the file properly. When I refind that posted in the facebook help area I will post it back.

NetriX is one app the other app can be found at

http://www.php-fusion.co.uk/infusions/addondb/view.php?addon_id=434

That one, has some serious flaws and in my honest opinion needs to be removed.

If you test it, you should find the exploit in it. Plus like above it doesn't add the required link by facebook infact in his notes in redirect.php it even says you don't need it. I have tried un comment the line, but it didn't help. Again, I think it has something to do with SSL.
0 replies
N
NetriX
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
answered
Senior Member

I can't speak on behalf of Ankurs addon, but can confirm after further review of my own infusion, it is secure.

The next release will detail even more security precautions and allow an JS/PHP login flow selection via administration.

A quick login which is basically already implemented, you just need to insert into /connect/index.php to logout.

if ($user) {
$params = array( 'next' => 'http://phpfusionmods.com/infusions/connect/logout.php' );
echo "Logout of Facebook <a href='".$facebook->getLogoutUrl($params)."'>HERE</a>";
}


Simple as that. If you still see yourself as logged in, its' most likely due to cache.

Re-visit Facebook.com to verify your logged out.

Tested and works for me!

In the meantime I would suggest updating to 2.4.4 hosted on my site, PHPFusionMods.com
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
N
N
NetriX 10
Need help? Having trouble?
» View our Documentation for guides, functions and more - including the Getting Started section!
» Attach Log Files and Screenshots when reporting issues
» My support days are usually Mon-Thurs. Send me a PM if urgent.
  • Senior Member, joined since
  • Contributed 566 posts on the community forums.
  • Started 93 threads in the forums
T
T
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet