Overview

Namespaces

  • Genetsis
    • core
      • activityid
      • user
  • None

Classes

  • Genetsis\ActivityApi
  • Genetsis\AutoloaderClass
  • Genetsis\Config
  • Genetsis\core\AccessToken
  • Genetsis\core\activityid\Address
  • Genetsis\core\activityid\ContextType
  • Genetsis\core\activityid\Device
  • Genetsis\core\activityid\Location
  • Genetsis\core\activityid\ObjectType
  • Genetsis\core\activityid\Position
  • Genetsis\core\activityid\QualityType
  • Genetsis\core\activityid\Request
  • Genetsis\core\activityid\Response
  • Genetsis\core\activityid\SocialNetwork
  • Genetsis\core\activityid\Verbs
  • Genetsis\core\ClientToken
  • Genetsis\core\Encryption
  • Genetsis\core\FileCache
  • Genetsis\core\LogConfig
  • Genetsis\core\LoginStatus
  • Genetsis\core\LoginStatusType
  • Genetsis\core\OAuth
  • Genetsis\core\OAuthConfig
  • Genetsis\core\OauthTemplate
  • Genetsis\core\RefreshToken
  • Genetsis\core\Request
  • Genetsis\core\StoredToken
  • Genetsis\core\Things
  • Genetsis\core\User
  • Genetsis\core\user\Brand
  • Genetsis\core\user\QueryUserData
  • Genetsis\Identity
  • Genetsis\URLBuilder
  • Genetsis\UserApi
  • Logger
  • LoggerAppender
  • LoggerAppenderConsole
  • LoggerAppenderDailyFile
  • LoggerAppenderDailyRollingFile
  • LoggerAppenderEcho
  • LoggerAppenderFile
  • LoggerAppenderFirePHP
  • LoggerAppenderMail
  • LoggerAppenderMailEvent
  • LoggerAppenderMongoDB
  • LoggerAppenderNull
  • LoggerAppenderPDO
  • LoggerAppenderPhp
  • LoggerAppenderPool
  • LoggerAppenderRollingFile
  • LoggerAppenderSocket
  • LoggerAppenderSyslog
  • LoggerAutoloader
  • LoggerConfigurable
  • LoggerConfigurationAdapterINI
  • LoggerConfigurationAdapterPHP
  • LoggerConfigurationAdapterXML
  • LoggerConfiguratorDefault
  • LoggerFilter
  • LoggerFilterDenyAll
  • LoggerFilterLevelMatch
  • LoggerFilterLevelRange
  • LoggerFilterStringMatch
  • LoggerFormattingInfo
  • LoggerHierarchy
  • LoggerLayout
  • LoggerLayoutHtml
  • LoggerLayoutPattern
  • LoggerLayoutSerialized
  • LoggerLayoutSimple
  • LoggerLayoutTTCC
  • LoggerLayoutXml
  • LoggerLevel
  • LoggerLocationInfo
  • LoggerLoggingEvent
  • LoggerMDC
  • LoggerNDC
  • LoggerOptionConverter
  • LoggerPatternConverter
  • LoggerPatternConverterClass
  • LoggerPatternConverterCookie
  • LoggerPatternConverterDate
  • LoggerPatternConverterEnvironment
  • LoggerPatternConverterFile
  • LoggerPatternConverterLevel
  • LoggerPatternConverterLine
  • LoggerPatternConverterLiteral
  • LoggerPatternConverterLocation
  • LoggerPatternConverterLogger
  • LoggerPatternConverterMDC
  • LoggerPatternConverterMessage
  • LoggerPatternConverterMethod
  • LoggerPatternConverterNDC
  • LoggerPatternConverterNewLine
  • LoggerPatternConverterProcess
  • LoggerPatternConverterRelative
  • LoggerPatternConverterRequest
  • LoggerPatternConverterServer
  • LoggerPatternConverterSession
  • LoggerPatternConverterSessionID
  • LoggerPatternConverterSuperglobal
  • LoggerPatternConverterThrowable
  • LoggerPatternParser
  • LoggerReflectionUtils
  • LoggerRendererDefault
  • LoggerRendererException
  • LoggerRendererMap
  • LoggerRoot
  • LoggerThrowableInformation
  • LoggerUtils

Interfaces

  • Genetsis\core\iTokenTypes
  • LoggerConfigurationAdapter
  • LoggerConfigurator
  • LoggerRenderer

Exceptions

  • Genetsis\core\InvalidGrantException
  • LoggerException
  • Overview
  • Namespace
  • Class
  1: <?php
  2: namespace Genetsis\core\activityid;
  3: 
  4: /**
  5:  * This class stores the Social Networks availables in ActivityID
  6:  *
  7:  * @package   Genetsis
  8:  * @category  Bean
  9:  * @version   2.0
 10:  */
 11: abstract class SocialNetwork {
 12: 
 13:     const FACEBOOK_LIKE = 'facebook_like';
 14:     const GOOGLE_PLUSONE = 'google_plusone';
 15:     const PINTEREST = 'pinterest';
 16:     const ZAKLADOK100 = 'zakladok100';
 17:     const TAG2 = 'tag2';
 18:     const LINKME2 = 'linkme2';
 19:     const A97ABI = 'a97abi';
 20:     const ADDRESSBAR = 'addressbar';
 21:     const ADFTY = 'adfty';
 22:     const ADIFNI = 'adifni';
 23:     const ADVQR = 'advqr';
 24:     const AMAZONWISHLIST = 'amazonwishlist';
 25:     const AMENME = 'amenme';
 26:     const AIM = 'aim';
 27:     const AOLMAIL = 'aolmail';
 28:     const APSENSE = 'apsense';
 29:     const ARTO = 'arto';
 30:     const AVIARY = 'aviary';
 31:     const AZADEGI = 'azadegi';
 32:     const BAANG = 'baang';
 33:     const BAIDU = 'baidu';
 34:     const BALLTRIBE = 'balltribe';
 35:     const BEAT100 = 'beat100';
 36:     const BEBO = 'bebo';
 37:     const BENTIO = 'bentio';
 38:     const BIGGERPOCKETS = 'biggerpockets';
 39:     const BITLY = 'bitly';
 40:     const BIZSUGAR = 'bizsugar';
 41:     const BLAND = 'bland';
 42:     const BLINKLIST = 'blinklist';
 43:     const BLIP = 'blip';
 44:     const BLOGGER = 'blogger';
 45:     const BLOGGY = 'bloggy';
 46:     const BLOGKEEN = 'blogkeen';
 47:     const BLOGMARKS = 'blogmarks';
 48:     const BLURPALICIOUS = 'blurpalicious';
 49:     const BOLT = 'bolt';
 50:     const BOBRDOBR = 'bobrdobr';
 51:     const BONZOBOX = 'bonzobox';
 52:     const SOCIALBOOKMARKINGNET = 'socialbookmarkingnet';
 53:     const BOOKMARKYCZ = 'bookmarkycz';
 54:     const BOOKMERKENDE = 'bookmerkende';
 55:     const BOX = 'box';
 56:     const BRAINIFY = 'brainify';
 57:     const BRYDERI = 'bryderi';
 58:     const BUDDYMARKS = 'buddymarks';
 59:     const BUFFER = 'buffer';
 60:     const BUZZZY = 'buzzzy';
 61:     const CAMYOO = 'camyoo';
 62:     const CARDTHIS = 'cardthis';
 63:     const CARE2 = 'care2';
 64:     const FOODLVE = 'foodlve';
 65:     const CHIMEIN = 'chimein';
 66:     const CHIQ = 'chiq';
 67:     const CIRIP = 'cirip';
 68:     const CITEULIKE = 'citeulike';
 69:     const CLASSICALPLACE = 'classicalplace';
 70:     const CLEANPRINT = 'cleanprint';
 71:     const CLEANSAVE = 'cleansave';
 72:     const CLIPDO = 'clipdo';
 73:     const CNDIG = 'cndig';
 74:     const COLIVIA = 'colivia';
 75:     const TECHNERD = 'technerd';
 76:     const CONNOTEA = 'connotea';
 77:     const COOTOPIA = 'cootopia';
 78:     const COSMIQ = 'cosmiq';
 79:     const CSSBASED = 'cssbased';
 80:     const CURATEUS = 'curateus';
 81:     const DELICIOUS = 'delicious';
 82:     const DESIGNBUMP = 'designbump';
 83:     const DIGTHISWEBHOST = 'digthiswebhost';
 84:     const DIGACULTURANET = 'digaculturanet';
 85:     const DIGG = 'digg';
 86:     const DIGGITA = 'diggita';
 87:     const DIGO = 'digo';
 88:     const DIGZIGN = 'digzign';
 89:     const DIIGO = 'diigo';
 90:     const DIPDIVE = 'dipdive';
 91:     const DOMELHOR = 'domelhor';
 92:     const DOSTI = 'dosti';
 93:     const DOTNETKICKS = 'dotnetkicks';
 94:     const DOTNETSHOUTOUT = 'dotnetshoutout';
 95:     const DOUBAN = 'douban';
 96:     const DRAUGIEM = 'draugiem';
 97:     const DRIMIO = 'drimio';
 98:     const DROPJACK = 'dropjack';
 99:     const DUDU = 'dudu';
100:     const DZONE = 'dzone';
101:     const EDELIGHT = 'edelight';
102:     const EFACTOR = 'efactor';
103:     const EKUDOS = 'ekudos';
104:     const ELEFANTAPL = 'elefantapl';
105:     const EMAIL = 'email';
106:     const MAILTO = 'mailto';
107:     const EMBARKONS = 'embarkons';
108:     const EUCLIQUEI = 'eucliquei';
109:     const EVERNOTE = 'evernote';
110:     const EXTRAPLAY = 'extraplay';
111:     const EZYSPOT = 'ezyspot';
112:     const STYLISHHOME = 'stylishhome';
113:     const FABULOUSLY40 = 'fabulously40';
114:     const FACEBOOK = 'facebook';
115:     const INFORMAZIONE = 'informazione';
116:     const THEFANCY = 'thefancy';
117:     const FARK = 'fark';
118:     const FARKINDA = 'farkinda';
119:     const FASHIOLISTA = 'fashiolista';
120:     const FAVABLE = 'favable';
121:     const FAVES = 'faves';
122:     const FAVLOGDE = 'favlogde';
123:     const FAVORITENDE = 'favoritende';
124:     const FAVORITES = 'favorites';
125:     const FAVORITUS = 'favoritus';
126:     const FLAKER = 'flaker';
127:     const FLOSSPRO = 'flosspro';
128:     const FOLKD = 'folkd';
129:     const FORMSPRING = 'formspring';
130:     const THEFREEDICTIONARY = 'thefreedictionary';
131:     const FRESQUI = 'fresqui';
132:     const FRIENDFEED = 'friendfeed';
133:     const FUNP = 'funp';
134:     const FWISP = 'fwisp';
135:     const GABBR = 'gabbr';
136:     const GAMEKICKER = 'gamekicker';
137:     const GG = 'gg';
138:     const GIFTERY = 'giftery';
139:     const GIGBASKET = 'gigbasket';
140:     const GIVEALINK = 'givealink';
141:     const GLOBALGRIND = 'globalgrind';
142:     const GMAIL = 'gmail';
143:     const GOVN = 'govn';
144:     const GOODNOOWS = 'goodnoows';
145:     const GOOGLE = 'google';
146:     const GOOGLETRANSLATE = 'googletranslate';
147:     const GOOGLE_PLUSONE_SHARE = 'google_plusone_share';
148:     const GREATERDEBATER = 'greaterdebater';
149:     const GRONO = 'grono';
150:     const HABERGENTR = 'habergentr';
151:     const HACKERNEWS = 'hackernews';
152:     const HADASHHOT = 'hadashhot';
153:     const HATENA = 'hatena';
154:     const GLUVSNAP = 'gluvsnap';
155:     const HEDGEHOGS = 'hedgehogs';
156:     const HELLOTXT = 'hellotxt';
157:     const HISTORIOUS = 'historious';
158:     const HOTBOOKMARK = 'hotbookmark';
159:     const HOTKLIX = 'hotklix';
160:     const HOTMAIL = 'hotmail';
161:     const W3VALIDATOR = 'w3validator';
162:     const HYVES = 'hyves';
163:     const IDENTICA = 'identica';
164:     const IDIBBIT = 'idibbit';
165:     const IGOOGLE = 'igoogle';
166:     const IHAVEGOT = 'ihavegot';
167:     const INDEX4 = 'index4';
168:     const INDEXOR = 'indexor';
169:     const INSTAPAPER = 'instapaper';
170:     const INVESTORLINKS = 'investorlinks';
171:     const IORBIX = 'iorbix';
172:     const IREPEATER = 'irepeater';
173:     const ISOCIETY = 'isociety';
174:     const IWIW = 'iwiw';
175:     const JAMESPOT = 'jamespot';
176:     const JAPPY = 'jappy';
177:     const JOLIPRINT = 'joliprint';
178:     const JOLLY = 'jolly';
179:     const JUMPTAGS = 'jumptags';
180:     const KABOODLE = 'kaboodle';
181:     const KAEVUR = 'kaevur';
182:     const KAIXIN = 'kaixin';
183:     const KETNOOI = 'ketnooi';
184:     const KINDLEIT = 'kindleit';
185:     const KIPUP = 'kipup';
186:     const KLEDY = 'kledy';
187:     const KOMMENTING = 'kommenting';
188:     const LATAFANERACAT = 'latafaneracat';
189:     const LIBRERIO = 'librerio';
190:     const LIDAR = 'lidar';
191:     const LINKNINJA = 'linkninja';
192:     const LINKEDIN = 'linkedin';
193:     const LINKSGUTTER = 'linksgutter';
194:     const LINKSHARES = 'linkshares';
195:     const LINKUJ = 'linkuj';
196:     const LIVEJOURNAL = 'livejournal';
197:     const LOCKERBLOGGER = 'lockerblogger';
198:     const LOGGER24 = 'logger24';
199:     const MYMAILRU = 'mymailru';
200:     const MARKME = 'markme';
201:     const MASHANT = 'mashant';
202:     const MASHBORD = 'mashbord';
203:     const ME2DAY = 'me2day';
204:     const MEINVZ = 'meinvz';
205:     const MEKUSHARIM = 'mekusharim';
206:     const MEMONIC = 'memonic';
207:     const MEMORI = 'memori';
208:     const MENDELEY = 'mendeley';
209:     const MENEAME = 'meneame';
210:     const LIVE = 'live';
211:     const MINDBODYGREEN = 'mindbodygreen';
212:     const MISTERWONG = 'misterwong';
213:     const MISTERWONG_DE = 'misterwong_de';
214:     const MIXI = 'mixi';
215:     const MOEMESTO = 'moemesto';
216:     const MOIKRUG = 'moikrug';
217:     const MOTOTAGZ = 'mototagz';
218:     const MRCNETWORKIT = 'mrcnetworkit';
219:     const MULTIPLY = 'multiply';
220:     const MYAOL = 'myaol';
221:     const MYHAYASTAN = 'myhayastan';
222:     const MYLINKVAULT = 'mylinkvault';
223:     const MYSPACE = 'myspace';
224:     const N4G = 'n4g';
225:     const NASZAKLASA = 'naszaklasa';
226:     const NETLOG = 'netlog';
227:     const NETVIBES = 'netvibes';
228:     const NETVOUZ = 'netvouz';
229:     const NEWSMEBACK = 'newsmeback';
230:     const NEWSTRUST = 'newstrust';
231:     const NEWSVINE = 'newsvine';
232:     const NUJIJ = 'nujij';
233:     const ODNOKLASSNIKI_RU = 'odnoklassniki_ru';
234:     const OKNOTIZIE = 'oknotizie';
235:     const ONEVIEW = 'oneview';
236:     const ORKUT = 'orkut';
237:     const DASHBOARD = 'dashboard';
238:     const OYYLA = 'oyyla';
239:     const PACKG = 'packg';
240:     const PAFNETDE = 'pafnetde';
241:     const PDFONLINE = 'pdfonline';
242:     const PDFMYURL = 'pdfmyurl';
243:     const PHONEFAVS = 'phonefavs';
244:     const PINGFM = 'pingfm';
245:     const PLANYPUS = 'planypus';
246:     const PLAXO = 'plaxo';
247:     const PLURK = 'plurk';
248:     const POCHVALCZ = 'pochvalcz';
249:     const POCKET = 'pocket';
250:     const POLITICNOTE = 'politicnote';
251:     const POSTEEZY = 'posteezy';
252:     const POSTEROUS = 'posterous';
253:     const PRATIBA = 'pratiba';
254:     const PRINTER = 'print';
255:     const PRINTFRIENDLY = 'printfriendly';
256:     const PUSHA = 'pusha';
257:     const QRFIN = 'qrfin';
258:     const QRSRC = 'qrsrc';
259:     const QUANTCAST = 'quantcast';
260:     const QZONE = 'qzone';
261:     const REDDIT = 'reddit';
262:     const REDIFF = 'rediff';
263:     const REDKUM = 'redkum';
264:     const RESEARCHGATE = 'researchgate';
265:     const RIDEFIX = 'ridefix';
266:     const SAFELINKING = 'safelinking';
267:     const SCOOPAT = 'scoopat';
268:     const SCOOPIT = 'scoopit';
269:     const SEKOMAN = 'sekoman';
270:     const SELECT2GETHER = 'select2gether';
271:     const SHARER = 'sharer';
272:     const SHAVEH = 'shaveh';
273:     const SHETOLDME = 'shetoldme';
274:     const SINAWEIBO = 'sinaweibo';
275:     const SKYROCK = 'skyrock';
276:     const SMIRU = 'smiru';
277:     const SNIPIT = 'snipit';
278:     const SODAHEAD = 'sodahead';
279:     const SONICO = 'sonico';
280:     const SPEEDTILE = 'speedtile';
281:     const SPINSNAP = 'spinsnap';
282:     const SPOKENTOYOU = 'spokentoyou';
283:     const YIID = 'yiid';
284:     const SPRINGPAD = 'springpad';
285:     const SQUIDOO = 'squidoo';
286:     const STARTAID = 'startaid';
287:     const STARTLAP = 'startlap';
288:     const STORYFOLLOWER = 'storyfollower';
289:     const STUDIVZ = 'studivz';
290:     const STUFFPIT = 'stuffpit';
291:     const STUMBLEUPON = 'stumbleupon';
292:     const STUMPEDIA = 'stumpedia';
293:     const SUNLIZE = 'sunlize';
294:     const SUPBRO = 'supbro';
295:     const SURFINGBIRD = 'surfingbird';
296:     const SVEJO = 'svejo';
297:     const SYMBALOO = 'symbaloo';
298:     const TAAZA = 'taaza';
299:     const TAGZA = 'tagza';
300:     const TARINGA = 'taringa';
301:     const TARPIPE = 'tarpipe';
302:     const TEXTME = 'textme';
303:     const THEWEBBLEND = 'thewebblend';
304:     const THINKFINITY = 'thinkfinity';
305:     const THISNEXT = 'thisnext';
306:     const THROWPILE = 'throwpile';
307:     const TOLY = 'toly';
308:     const TOPSITELERNET = 'topsitelernet';
309:     const TRANSFERR = 'transferr';
310:     const TUENTI = 'tuenti';
311:     const TULINQ = 'tulinq';
312:     const TUMBLR = 'tumblr';
313:     const TVINX = 'tvinx';
314:     const TWITTER = 'twitter';
315:     const TWITTHIS = 'twitthis';
316:     const TYPEPAD = 'typepad';
317:     const UPNEWS = 'upnews';
318:     const URLAUBSWERKDE = 'urlaubswerkde';
319:     const URLCAPT = 'urlcapt';
320:     const VIADEO = 'viadeo';
321:     const VIRB = 'virb';
322:     const VISITEZMONSITE = 'visitezmonsite';
323:     const VK = 'vk';
324:     const VKRUGUDRUZEI = 'vkrugudruzei';
325:     const VOXOPOLIS = 'voxopolis';
326:     const VYBRALISME = 'vybralisme';
327:     const VYOOM = 'vyoom';
328:     const WEBNEWS = 'webnews';
329:     const WEBSHARE = 'webshare';
330:     const WERKENNTWEN = 'werkenntwen';
331:     const DOMAINTOOLSWHOIS = 'domaintoolswhois';
332:     const WINDOWS = 'windows';
333:     const WINDYCITIZEN = 'windycitizen';
334:     const WIREFAN = 'wirefan';
335:     const WORDPRESS = 'wordpress';
336:     const WORIO = 'worio';
337:     const WOWBORED = 'wowbored';
338:     const RAISEYOURVOICE = 'raiseyourvoice';
339:     const WYKOP = 'wykop';
340:     const XANGA = 'xanga';
341:     const XING = 'xing';
342:     const YAHOOBKM = 'yahoobkm';
343:     const YAHOOMAIL = 'yahoomail';
344:     const YAMMER = 'yammer';
345:     const YARDBARKER = 'yardbarker';
346:     const YEMLE = 'yemle';
347:     const YIGG = 'yigg';
348:     const YOOKOS = 'yookos';
349:     const YOOLINK = 'yoolink';
350:     const YORUMCUYUM = 'yorumcuyum';
351:     const YOUBLR = 'youblr';
352:     const YOUBOOKMARKS = 'youbookmarks';
353:     const YOUMOB = 'youmob';
354:     const YUUBY = 'yuuby';
355:     const ZAKLADOKNET = 'zakladoknet';
356:     const ZICZAC = 'ziczac';
357:     const ZINGME  = 'zingme ';
358:     const HAPPING = 'happing';
359:     const SMILEWORLD = 'smileworld';
360: } 
API documentation generated by ApiGen