Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Tips / Social Networking

Social Networking

Facebook 之類社群網站的整合工作,包括帳號認證和資料傳遞的 API 存取服務,是 Meshup 常見的方式之一。

Prerequisites

The Open Graph Protocol

Facebook Website Developer Guide Login Access Tokens Facebook JSON Data with jQuery

Facebook Platform Overview Hashtag

PloneSocial Roadmap 2013 plonesocial.auth.rpx

OpenBadge

Zope3 Rating System: lovely.rating

Login

RPX Service 參考資訊

Like Button

http://opensourcehacker.com/2011/04/18/integrating-facebook-with-plone

早期有些模組零散地整合服務,現在 collective.opengraph 之類的模組問世後,成熟度就更高了。

collective.facebook.portlets: video photo types added collective.fbshare wildcard.notrackingsocial

Post Content from Plone

AddToAny Button

AddToAny 是個提供 social bookmark 服務的網站,使用者可以自訂喜愛的 social network 網站清單。結合的方式之一,是把設定好的 HTML 程式碼,貼進 Plone 的 static text portlet 或建立 viewlet 來放程式碼。

Line Client

client = None
from line import LineClient, LineGroup, LineContact
client = LineClient("Tytyi8881@gmail.com", "a13144860541")
client.authToken # manual update
ca = client.authToken
client = LineClient(authToken = ca)
i = len(client.groups)
j = 0
while j <= i:
    client.groups[j].sendMessage("Hello!")
    j += 1
        print "Send Success!"

Twitter

Bot with Google Sheet http://www.makeuseof.com/tag/how-to-backup-archive-all-your-facebook-data/