If anybody knows how to post blog programmatically directly on twitter, please let know. And is it possible to post a blog on twitter without linking up with another blog site?
Blog programmatically? What does that entail?
Here are three solutions for posting to twitter from Vim for a start :)
1. TwitVim : Twitter client for Vim
2. Twitter : A simple client for Twitter
3. Twitter : Post to Twitter from Vim
Related
How can i share a link and photo with Instagram using rails..
Is it possible to post pictures to Instagram via the API
It would be helpful if there is some way to do this.
Instagram API documentation is what you should be looking into, but it's mostly for retrieving data from Instagram. It will not allow you to post something, only Instagram Partners can do that.
More on that here: https://developers.facebook.com/docs/instagram-api/content-publishing/
I want to share something on Facebook users page,
Which I have done using Graph API call using: "manage_pages" and "{page-id}/feed" using page access_token as parameter via POST Method
is it possible to share post on Facebook fan page using share dialogue of Facebook-iOS-SDK ?
I have searched a lot but can't see any option which give me useful info for Facebook share dialogue
Any information regrading same task is most welcome...
Thanks in advance :)
Update:
I can see what Facebook App itself is providing like this:
In screenshot last two options are My Page Names:
1) Kiran Patel
2) My Library
So How can we provide this options programmatically?
I’m set up devise and omni-auth for both twitter and Facebook and now I’d like to allow users post a tweet or Facebook post from my app. I’m looked all over and confused on where to start for this. For right now I just want it to be a dummy post, doesn’t need to include anything from my rails app.
If you are looking for an example app for posting on twitter then you may check it out here with a working app posting on twitter:
https://github.com/railscasts/359-twitter-integration
Hope you may find it useful
To post tweets on Twitter you can go for Twitter gem.
Read the documentation here
For Facebook you can go for Koala gem
Read the documentation here
I'm building an application where users post their tips on various topics on my website.
While posting their tips - I've recently implemented the option where they can post that tip to their facebook wall as well.
They simply check the box - saying "Post to Facebook" and then the facebook pop-up opens up where they login and publish the tip to their facebook wall.
Now I want to add the new functionality where they can post it to their twitter feed as well directly from my website.
Are there any tutorials that show how to implement this.
Thanks
The first place to look for all things Twitter-API related: the Twitter API Wiki. Also take a look at the Twitter Dev Portal.
I have a site that allows a user to login using their facebook login id through a RPX system. When the user posts a comment in my site, I want it to automatically post the comment on their facebook wall too. How can I do this using Rails?
I've been learning the facebooker plugin for a couple of days and still can't figure out how to do it.
Are there any easy ways to do this? I got the user's facebook email and id from rpx and just want to post something on their news feed/wall, it is just this simple and it already caused me a headache on how to solve this.
Thanks
Ah, Facebook. You're in for some fun.
I'm not sure how RPX works. I know it abstracts the details so it can support multiple social networks.
I've gotten this working using standard Facebook Connect (not RPX). You need to ask the user for the status_update extended permission. Once you get that, you can post status updates with Users.setStatus.
I recommend looking into the RPX documentation to see if they have something similar.
If you will create an RSS feed for each user, that you will be able to use Flog Blog - Facebook RSS service.
It's just a thought. Try it. might work...