php - How to get pump.io OAuth consumer key? -
i'm working on web application php , need communicate pump.io servers through activity stream api. perform subsequent operations need authenticate via oauth , needs oauth consumer key, problem couldn't find procedure on pump.io servers generate key, @ least i'm not aware of such thing. ?
i not full expert of pump.io, there model called accesstoken. (https://github.com/e14n/pump.io/blob/master/lib/model/accesstoken.js)
i seems have method random token generated. (lines 65-67)
Comments
Post a Comment