Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Not a problem, sorry for dropping off the planet for a while – super busy and studying for certifications. Looking forward to getting involved in a few more projects here and helping out a little more on the forums. I told vbk I could look at it sometime this weekend if you need any assistance.

    Here are some details on Google’s authentication methods:

    http://code.google.com/apis/accounts/docs/AuthForWebApps.html

    The only answer I can think of is maybe these apps (Gigya, BC) use an older protocol called AuthSub, or these apps are asking for greater security. Here are the benefits to registering your app with Google:

    Registered applications:

    • are recognized by Google. The Google “Access Consent” page, which asks users to grant/deny access to their account when requested by third-party applications, omits default text cautioning that the site is not trusted.
    • can provide a better level of security for their users.
      get access to certain services (such as some Google Data API feeds) that require third-party applications to be registered.
    • enables “2-legged” OAuth access for Google Apps domain administrators.

    Bah, somebody beat me to the idea of the curl function. I’m also trying to help vbk (on the other site). Looks like he’s having an issue with the function opening the file still.

    For your original message (LJager…) what browser where you using for the initial errors? Did you receive any JScript errors in the browser that you could post? (Sometimes you have to purposely click an icon to see js specific errors.)

    Then, in part 2, you mentioned you used Chrome. Your FB error you received there is what I would expect to see if the Facebook Application hasn’t been set up correctly. Please check your settings for your Facebook App (where you find your API and secret keys) and make sure you have the domain / subdomain settings correct.

    Jimaek – did you ever figure things out? If you did… could you provide some working code for the Windows Live connection to solve this problem for other people?

    Could you provide a little more detail on the issue – for example what browser are you using? Have you tested it out in other browsers? There is an IE issue – but it’s been resolved and waiting for the next update.

    So, if it is the IE issue – I could tell you what to do to fix it.

    Let me know if its the same problem or a different one.

    Yeah there really are way too many solutions available for logging in with Facebook. I’ve found them all to be a little dissatisfying one way or another. In the end they all do the same so pick the one that goes with your template the best.

    I think I eventually went with SFC (simple facebook connect) or something a long the lines of that. I then installed one for twitter, and then came across social connect – and since it’s not showing any complications yet for me, I’m still much more satisfied with it then the rest.

    esmi – If you’d like to speak with me at least phrase and quote me in it’s entirety and not just bits and pieces. I’m not knocking accessibility, or usability, but I am knocking the perception you are giving everyone of this user’s template.

    So who cares, move on, thanks for your criticism. Yes he shouldn’t claim compliance when his project is indeed NOT compliant. Got ya. Thank you.

    Good theme regardless – and that should not prevent someone from using it, or better yet, modifying it to be compliant if they so wish.

    Yes unfortunately it doesn’t tie in with the registration and login / session system but it is my only reason for downloading jetpack.

    It’s hard for me to determine what’s going on with your avatars – since the site I’m using social connect with has it all working smoothly. I just tested it again, removing my user account from WP – then logging in with my FB account, posting a comment, and my picture is there again. You and astromono must have something in common in your FB profiles, or your WP installations / configuration settings that are hemming this up.

    dizzyvapor, have you installed the WordPress.com Jetpack yet? It allows you to use hovercards and really promotes social interaction. Just a thought as I read your post.

    Also, remove your cookies out of your browser and make sure you do not have remember me checked at anytime.

    The URL you are trying to redirect the user to is being denied by the application.

    For example, this usually occurs when your application’s url is (domain.com) and your redirect uri is (sub.domain.com) or even (domain.net).

    I would verify all your settings are correct in the Facebook Developer App and try again.

    Thanks deenorris, it solved the errors on my end as well. I should have posted the actual line like you did too.

    I found the issue, it’s actually a pretty simple error but it relieved the issue I was having with IE 7 and 8 and now allows the script to run completely.

    When including multiple functions it’s normally okay to do this:

    function name(){}, function name2(){},

    However leaving that last comma on the end throws exceptions in IE. On Line 25 you have a close function for your dialog – you want to remove that last comma before line 26 and commit the changes.

    [torndownunit] if you like his theme, by all means use it – better yet modify it so it works for you.

    The only criticism I see going on in this thread is a “what if a blind man, with no hands, who had never seen a blog site before, who is also color blind and also dumb in the head and didn’t know he was colorblind, needed to read your blog and divulge information from it and was only willing to waste 3 seconds trying to figure it out before moving on to other popular blogging sites that he does not know how to use”.

    Which, in case, almost every criticism is a joke – except for claiming you follow someone’s guidelines but don’t. Who cares.

    Thanks,
    Bye

    Doesn’t make sense, I am currently using the plugin on my site (with no modifications) and yahoo works correctly. Everything is good except for the fact that the JS file does not execute properly in IE 7 or 8 as far as I’ve tested.

    You’re problem has something to do with safe_mode or open_basedir being set. Here’s a quick intro to open_basedir: http://blog.php-security.org/archives/72-Open_basedir-confusion.html and you should probably consult your web host’s help / faq database with a quick search on it.

Viewing 15 replies - 1 through 15 (of 16 total)