Quick question: Has anyone used Delphi to interact with the Apigee OAuth API? If so, did you use Indy or Synapse? I am trying to use Morfik (Delphi code base) with the Synapse package, but something is not working. Calls that should work fine are apparently not getting to the Apigee server. So I thought I would just convert my app to a full Delphi XE3 DataSnap app. The main function of the app is to communicate with the Apigee OAuth API to create facebook users, post to their pages etc.

Quick question: Has anyone used Delphi to interact with the Apigee OAuth API? If so, did you use Indy or Synapse? I am trying to use Morfik (Delphi code base) with the Synapse package, but something is not working. Calls that should work fine are apparently not getting to the Apigee server. So I thought I would just convert my app to a full Delphi XE3 DataSnap app. The main function of the app is to communicate with the Apigee OAuth API to create facebook users, post to their pages etc.

Thanks,
Jim

Comments

  1. Someone should write a modernized Indy replacement.

    ReplyDelete
  2. Hallvard Vassbotn  So you are using the API that Twitter provides, not using the Twitter portion of the Apigee OAuth API? I am currently doing OAuth with facebook, but it's a major paine, and it's not directly in Delphi and I am using the Synapse components.

    ReplyDelete
  3. Jim Hunter, yes we're only doing the direct Twitter OAuth API. Had to add some config parameters for Indy proxy host, but we also added a button to pick up the default proxy from the OS/IE.

    ReplyDelete

Post a Comment