home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / facebook / info.yaml < prev    next >
Encoding:
Text File  |  2011-02-07  |  2.3 KB  |  84 lines

  1. name: Facebook
  2. shortname: facebook
  3. name_truncated: face
  4. service_provider: &service_provider facebook
  5. service_name: !_ 'News Feed'
  6. component_type: social
  7. popularity: 807
  8. type: service_component
  9. form: social
  10. username_desc: !_ "Email Address"
  11. newuser_url:  http://www.facebook.com/r.php
  12. path: facebook.fbacct.FacebookAccount
  13. needs_password: false
  14. whitelist_opts: ['enabled', 'uid', 'secrets', 'filters', 'post_ach_all', 'informed_ach', 'show_hidden_posts', 'preferred_filter_key', 'alias']
  15. skin:
  16.   serviceicons:
  17.     facebook: serviceicons/facebook.png
  18.   FaceBookIcons:
  19.     Like: res/facebookicons/like.png
  20.     Dislike: res/facebookicons/dislike.png
  21.     notifications_icon: res/facebookicons/notifications_icon.png
  22.  
  23. infobox:
  24.     maxheight: True
  25.     hosted: True
  26.  
  27. alerts_desc : !_ Alerts
  28. needs_alerts : yes
  29. alerts:
  30.     - 'Messages'
  31.     - 'Pokes'
  32.     - 'Shares'
  33.     - 'Friend Requests'
  34.     - 'Group Invitations'
  35.     - 'Event Invitations'
  36.     - 'Notifications'
  37.  
  38. defaults:
  39.     alias: ~
  40.     informed_ach: no
  41.     post_ach_all: yes
  42.     show_hidden_posts: no
  43.     preferred_filter_key: 1 #live feed
  44.  
  45. #more_details:
  46. #  - type: bool
  47. #    store: show_hidden_posts
  48. #    label: Show Hidden Posts
  49. #    default: no
  50. #  - type: enum
  51. #    store: preferred_filter_key
  52. #    elements:
  53. #      - Default Feed
  54. #      - Live Feed
  55. #      - News Feed (not in the right order)
  56. #    label: Preferred Filter Key
  57. #    help: http://forum.digsby.com/viewtopic.php?id=5547
  58.  
  59. new_details:
  60.   - type: meta
  61.     store: informed_ach
  62.     value: yes
  63.  
  64. basic_details: #basic to the account (read: important)
  65.   - type: bool
  66.     store: post_ach_all
  67.     label: !_ Post achievements to my Wall
  68.     default: yes
  69.     help: http://wiki.digsby.com/doku.php?id=faq#q32
  70.  
  71. entry_points:
  72.   digsby.services.edit.advanced.extract_sub.social:
  73.     *service_provider: facebook.fbgui:extract_advanced_subpanel_social
  74.   digsby.services.edit.basic.extract_sub.social:
  75.     *service_provider: facebook.fbgui:extract_basic_subpanel_social
  76.   digsby.services.edit.advanced.construct_sub.social:
  77.     *service_provider: facebook.fbgui:construct_advanced_subpanel_social
  78.   digsby.services.edit.basic.construct_sub.social:
  79.     *service_provider: facebook.fbgui:construct_basic_subpanel_social
  80.  
  81.   digsby.component.social:
  82.     *service_provider: facebook.fbacct:FacebookAccount
  83.  
  84.