0

Using CakePHP

Hi,

Is anyone (successfully) using Cakephp on their server to host their YAP application? I have been following the tutorials and trying for several weeks, but I cannot get the PHP SDK to authenticate so I can start working on the 'guts' of my app. My server consistantly logs a 'Signature from YAP failed' message.

If anyone is using cake please outline what you did to get it to work (where the code is in your controller, view, component, etc) and what variations you needed from the basic tutorial. I appreciate any help or suggestions. In a seperate topic I have already investigated my request objects and they have been verified to be correct, so I'm convinced Cake's internal working may be to blame.

Thanks in advance,

-Rob

by
5 Replies
  • Hey Rob - I don't specifically know of anyone but I'll check internally to see if there are any developers who have set up an application with a CakePHP implementation.

    - Jon
    0
  • Thank you, I would appreciate any help or suggestions.
    0
  • Hey Rob,

    Can you try again with the very latest PHP SDK hosted here: http://github.com/yahoo/yos-social-php

    We fixed this issue on Sept 30. For more information about the fix please see:
    http://github.com/yahoo/yos-social-php/com...820e53bc09634df

    Thanks for finding this issue!

    Chirag


    QUOTE (Rob @ Sep 25 2009, 07:28 AM) <{POST_SNAPBACK}>
    Hi,

    Is anyone (successfully) using Cakephp on their server to host their YAP application? I have been following the tutorials and trying for several weeks, but I cannot get the PHP SDK to authenticate so I can start working on the 'guts' of my app. My server consistantly logs a 'Signature from YAP failed' message.

    If anyone is using cake please outline what you did to get it to work (where the code is in your controller, view, component, etc) and what variations you needed from the basic tutorial. I appreciate any help or suggestions. In a seperate topic I have already investigated my request objects and they have been verified to be correct, so I'm convinced Cake's internal working may be to blame.

    Thanks in advance,

    -Rob
    0
  • QUOTE (Chirag @ Oct 5 2009, 12:07 AM) <{POST_SNAPBACK}>
    Hey Rob,

    Can you try again with the very latest PHP SDK hosted here: http://github.com/yahoo/yos-social-php

    We fixed this issue on Sept 30. For more information about the fix please see:
    http://github.com/yahoo/yos-social-php/com...820e53bc09634df

    Thanks for finding this issue!

    Chirag


    I updated my PHP SDK, but got the same 'YAP Signature failed" message when trying to authenticate. I did run a check on my system and I do have the apache_request_headers functionality. Is there any other features or modules for apache that I should make sure I have enabled?

    Thanks for the help,

    -Rob
    0
  • QUOTE (Rob @ Oct 6 2009, 12:09 PM) <{POST_SNAPBACK}>
    I updated my PHP SDK, but got the same 'YAP Signature failed" message when trying to authenticate. I did run a check on my system and I do have the apache_request_headers functionality. Is there any other features or modules for apache that I should make sure I have enabled?

    Thanks for the help,

    -Rob


    Rob,

    Can you provide the request/response headers/body? It seems like an issue in the sdk, but I would like to confirm. Can you provide the snippet of code you are using?
    0

Recent Posts

in YAP