Facebook Shared albums on SDK [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any documentation for Shared Albums on Facebook SDK? Is it possible to know if this feature is usable with SDK on an external app?

No, there's no separate SDK for Shared Albums (as of now).
After checking out the information on the page shared by you, I don't think there's much difference between a Shared Album and a normal album. I think that the way it works is that on adding a person as a contributor to an album, it simply gives that person access to upload pictures in that album.
Now, in order to check whether a person is a contributor to an album or not, you can simply use can_upload field as mentioned in the Album Documentation, which simply determines whether or not a particular user can upload pictures in a particular album.

Yes.
Set Up SDK On your Project.
Using Graph API, You can publish post, albums, ... and so on.

Related

Research on Social Network Sites, Test Data Required [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Where can i have a data set to make predictive analysis in my data mining project? does Face book twitter provide any of its data set for Research?
Both platforms do not explicitly provide sample data. You didn't specify what data you're interested, profiles, posts, etc., but you should have.
As of the Graph API v2.0 changes, the search for public Facebook Posts has been deprecated, so you'll have a hard time getting data out. Profiles use now the app-scoped user_ids, which also makes it harder. The only thing I could imagine is to use the /search endpoint to search for user names. But this doesn't make much sense, and the data you'd get without having explicit permission from the users is not really useful.
Concerning Twitter, you could use the use the Streaming API to consume tweets from the platform, see https://dev.twitter.com/docs/streaming-apis/streams/public

How to implement graph database with a Parse backend? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to have a graph database which contains connected friendlist of facebook users which use my android app. Not necessarily a graph, any ways to maintain a connected friend list and relations among them are welcome.
A person does a facebook login to my android app which has a Parse based mobile backend. This backend will be communicating to a graph database of facebook friendlists, to create and retrive nodes/relations. I spent hours with graphenedb/neo4j/heroku and couldn't lift off. Need a pointer to a quick way or a totally different approach. The volume will be less as it is just a POC now. Moreover, the database must be deploy friendly to quickly test the POC.
Go with http://www.graphenedb.com/, it's a Neo4j instance running in the cloud. For more detailed answer your question should be more detailed.
The original comment is accurate - there's many factors involved. See:
http://en.wikipedia.org/wiki/Graph_database
for a reasonable listing of software, including a simple feature grid. The term 'easily implementable' is such an arbitrary measurement, there really isn't a good way to help.

How to upload video on instagram in ios [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am developing an application which is using instagram.
I have encountered a problem while uploading video on instagram.
Please tell me if any demo or sample or tutorial is available for uploading video on instagram.
Thanks in advance..
Instagram Media Endpoints
At this time, uploading via the API is not possible. We made a
conscious choice not to add this for the following reasons:
Instagram is about your life on the go – we hope to encourage photos
from within the app. However, in the future we may give whitelist
access to individual apps on a case by case basis.
We want to fight spam & low quality photos. Once we allow uploading from other sources,
it's harder to control what comes into the Instagram ecosystem. All
this being said, we're working on ways to ensure users have a
consistent and high-quality experience on our platform.

Real time update for fans page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is that possible to get realtime update for specific fan page?
I can get from user as long as it is allowed my apps. But how about fans?
Can send me some related documentation. If cannot, any optional I can use?
You need to create a Page and an App.
Then the Page adds that App as a tab.
Then you subscribe to Realtime-Updates for pages (instead of user) to get them.
To create an App: see FB documentation
To create a page:
www.facebook.com/pages/create.php
To add an App as a tab to a Page:
www.facebook.com/add.php?api_key=YOUR_APP_ID&pages=1&page=YOUR_PAGE_ID
To subscribe to an RTU for a page:
`https://graph.facebook.com/APP_ID/subscriptions?access_token=APP_ACC_TOKEN&object=page&fields=picture......`
Then FB will call your URL_CALLBACK anytime some page (that added you as a tab) has a change on one of the requested fields.
PS: I'm trying to subscribe to RTU for feed changes in the page, however according to the documentation is only possible to subscribe to picture :( If someone founds how to solve that, please let me know.
See:
developers.facebook.com/docs/reference/api/page/
developers.facebook.comdocs/reference/api/realtime/
developers.facebook.com/docs/reference/dialogs/add_to_page/

Open source photo viewer for IPhone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any open source photo viewer for Iphone, which functionality will be similar to standard Iphone application?
Check out MWPhotoBrowser - a simple and easy to use photo viewer for iOS:
MWPhotoBrowser can display one or more images by providing either UIImage objects, or URLs to files, web images or library assets. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed. The browser can also be used to allow the user to select one or more photos using either the grid or main image view.
Check out EGOPhotoViewer.