I'm coding a little IOS application and I wanted to know how do I get a the post/the news feed from a certain facebook page.
Thanks you and I hope that someone out there have the answer.
I believe it is not possible to access the news feed through the facebook ios api.
Related
Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.
I am trying to embed an ItuensU search feature inside my app. My question is what api I can use get the result which can be exactly same to the result user gets from Itunes search? Thanks in advance!
I have a question about uploading images from my smartphone to my website.
I want create a little blog where I write and upload image in real time.
For example I like this restaurant, i take pictures of dishes and I share those pic on my blog.
My question is: is possible using the Api/App of twitter or instagram do that?
Take a picture from my smartphone camera, have a "button" for share image on my website.
I hope my english let you understand what I say.
thank's Davide
The answer is yes - you can publish your photo on for example twitter and then use one of many ways to show this (your twitter feed as an example) on your blog. The easiest will probably be to use a twitter widget: https://twitter.com/settings/widgets/new
Of course, you can also use the APIs to import the photos from twitter/insta - but that requires more coding,
There are multiple servies that let you insert pictures and videos into the twitter stream. - with instagram and youtube being two of the first that come to mind.
The question is - how do I do that?
If I want a custom image, and I want to link them back to my site - do I have to use the /statuses/update_with_media.json endpoint (which adds it to pics.twitter.com) along with my own link? Meaning two links?
Is there a trick to how these sites do it, or are they officially supported by Twitter?
To play "in-line" on Twitter.com. Only a select few services will allow this.
in case of videos for example, refer to this article on Twitters website.
https://support.twitter.com/groups/31-twitter-basics/topics/109-tweets-messages/articles/75603-how-to-post-videos-on-twitter
You would need two links if you wanted to host a picture on Twitter itself and have it link to another place. The pictures hyper-link would be converted and another link would need to be added next to it.
more:
How do I add an image to a tweet or how does twitter decide which image urls to render
Is there a public API or meta data to integrate with Twitter new media system?
(PS great CI articles, thanks for all your help! :)
Hii..
I am working on developing a website and I want it to be integrated with Facebook, i.e. I want to fetch logged-in user's information like his wall info, comments, his feeds etc. along with his friends's information,their comments etc..
Also I want user of my website to be able to post comments, feeds on his wall, update / upload picture etc.
And all that I want to do using facebook API..
Is there any way to do it..? Please help me out, I am really not getting the way that how to do it..
Yes this all possible, but your question is too vague to have definite answer.
First you need to learn about:
Social plugins
Javascript SDK
Authentication (see Single Sign-on with the JavaScript SDK)
FQL
If after that you still have some specific questions we would be able to help further.
I'm not sure what languages/technology stacks you may be considering for your site, but you could also check for plugins that interface w/ the fb API such as
Facebooker - Rails plugin
Facebook Graph Plugin - Grails plugin