SubscriberSearch-php is an example application which illustrates how to create a Hub Exchange application utilizing Single Sign-on (SSO) for ExactTarget's Interactive Marketing Hub.
The full application allows the user to search their ExactTarget subscriber list and update the subscriber status of individual subscribers.
This application was built in steps and they are tagged so that you can get the final application or just specific code.
Step1 - Created the basic app and implemented the JWT for display in Interactive Marketing Hub
- Access to App Center on http://code.exacttarget.com
- Server running PHP version 5.3.4 or greater
- Clone the repo onto your server
- Create a new Hub Exchange application in App Center (requires login) naming it what you want and publishing it once complete.
- For the Login URL, put the path to login.php. For the Home URL, put the path to index.php. For the Logout URL, put the path for login.php.
- Rename config.php.template file to config.php
- Open config.php and input the Application Secret, ClientID, and Client Secret provided by App Center
- Go to ExactTarget IMH and login to your ExactTarget account. Your application created in App Center should be in the IMH menu. Select it and accept any mixed security warnings if you receive them.
For more information about setting up an application in App Center, please see App Center Overview and Registering App.
Michael Clark
Copyright (c) 2012 ExactTarget
Licensed under the MIT License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the COPYING file.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.