Search code examples
iosnode.jsauthenticationoauthopenid

Sdk's for getting auth token for posting on facebook / twitter / linked in, then post using nodejs


I am developing an iOs application, In which user set his social status, that status will post on schedule time( that can be after 1,2... week ) from cronjob(server side is on nodejs ).

Please suggest me is there any sdk for this, using that I can get offline permission(Auth token [that token is required for posting] ).

I know about ShareKit but it's only sharing things.

I found a similar question on stack but that doesn't have answer:


Solution

  • Not found any sdk, Finally I did my task as traditional way of Installing all sdk's individually.