Don't mind the title of this post. Here is the info:
I am building an app that authenticates a user, stores the oauth token and then with cron jobs will post to each users meme account a specific message. So, everything is ready except the posting thing. I store the consumer key and the token secret strings (should i store something else ?). What should i use so that my app will be able to post to meme automatically using the stored keys?
I am using PHP to do this. I know the YQL insert command for posting but i can't manage to create the right object that will post it.
Sorry if my info is not clear enough.
by
2 Replies