ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
twitter2name.php
Go to the documentation of this file.
1<?php
3
4 // Generated Twitter Attributes
5 'twitter_screen_n_realm' => 'eduPersonPrincipalName', // screen_name@twitter.com
6 'twitter_targetedID' => 'eduPersonTargetedID', // http://twitter.com!id_str
7
8 // Attributes Returned by Twitter
9 'twitter.screen_name' => 'uid', // equivalent to twitter username without leading @
10 'twitter.name' => 'displayName',
11 'twitter.url' => 'labeledURI',
12 'twitter.lang' => 'preferredLanguage',
13 'twitter.description' => 'description',
14);
An exception for terminatinating execution or to throw for unit testing.
$attributemap
Definition: twitter2name.php:2