Recent content by SteveMcGrath

  1. SteveMcGrath

    Python XenForo Module

    ty Lawrence!
  2. SteveMcGrath

    Python XenForo Module

    Can the thread topic be changed to: Python XenForo Module.
  3. SteveMcGrath

    Python XenForo Module

    figured out for this usage, I needed to set remember to True. https://github.com/SteveMcGrath/pyxenforo
  4. SteveMcGrath

    Python XenForo Module

    I did see that xfToken has a value after I login, however if there is no token when I am trying to login, why am I not getting a f_user cookie set. I do get a IDstack and f_session. https://github.com/SteveMcGrath/bukget/blob/master/forum_link_test.py
  5. SteveMcGrath

    Python XenForo Module

    Mike, interesting. I'm assuming this is being done in xenforo.js. Also I have been looking at the POSTs and GETs and in my examples, _xfToken is always ''. If there is another way to handle this that would be great.
  6. SteveMcGrath

    Python XenForo Module

    *bump*
  7. SteveMcGrath

    Python XenForo Module

    Brogan: Yeah. honestly if I could just get some direction as to what XenForo is doing to handle these requests I could automate this process quite easily. All of my code will be sitting on a different server in a different location so trying to pull directly from the DB is a bad idea. I am...
  8. SteveMcGrath

    Python XenForo Module

    I do not have access to the code. I am not writing this for a XenForo customer. I am simply trying to write a script that will PM a form user by mimicking the post/get requests needed to send a message. this is being done in order to validate that a user is who they say they are from the...
  9. SteveMcGrath

    Python XenForo Module

    *bump*
  10. SteveMcGrath

    Python XenForo Module

    gah! I'm sure my current problem is that the right people aren't viewing this thread. probably why it's sat.
  11. SteveMcGrath

    Python XenForo Module

    bump. If there is a moderator, can they move this to the proper forum? I am unfortunately not allowed to post anywhere but here.
  12. SteveMcGrath

    Python XenForo Module

    Hi everyone, I have been working on developing a application that needs to link to a XenForo forum. What I needed to do was send a PM to a user to validate they are who they said they are. As a result of which I have written the following python module. If there are any questions please feel...
Top Bottom