Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • hash commented on the plugin LinkedIn Login
    In actions/callback.php the fields requested are in line 17, see the linked in docs for what's avail. $response =...
  • hash commented on the plugin LinkedIn Login
    Do you have CURL installed? It seems he's not getting any response from linkedin, which is weird - should at least get an error, my only thought is that it's because no request is made?
  • hash commented on the plugin Facebook Connect for 1.7.3
    Ah, my bad, I was indeed using another version, same original authors, and the profile pic code is almost identical. That change should work for new users, I'm not sure about existing users yet, but will know soon enough.
  • hash commented on the plugin Facebook Connect for 1.7.3
    In start.php from about line 300 through to 324 change all of the "$user->username" to "$user->guid" e.g. $filehandler->setFilename("profile/" . $user->username . "master.jpg"); becomes $filehandler->setFilename("profile/" ....
  • hash commented on the plugin LinkedIn Login
    In /model OAuthLinkedIn.php paste this after line 60 (and before line 61) var_dump($response); exit; It will tell you the response sent by LinkedIn. It looks like it doesn't contain the token/secret it should, and probably has an error message...
  • hash released a new version of the plugin LinkedIn Login
  • hash commented on the plugin LinkedIn Login
    You can remove the two lines that set CURLOPT_HTTPHEADER, sorry, I should have spotted this but for some reason warnings are suppressed in my Elgg setup. The library that is actually being duplicated everywhere is the OAuth.php file, which is the...
  • hash commented on the plugin LinkedIn Login
    No. Why should it? Unless you want to set up as a server rather than consumer, there would be no real benefit in requiring the oauth plugin.