Access to Facebook 3D Photo API/Share functionality for Android apps - facebook

Does anyone know (maybe we have Facebook Devs here) does Facebook plan to open access to Facebook 3D Photo API/Share functionality for Android apps. They opened access to 3D Posts, but it doesn't allow to change camera FOV (or zoom) settings, so 3D post looks different from 3D photo post made on iPhone

3D Posts API
The API for directly uploading 3D assets is currently under reconstruction. Please stay tuned.
from....
https://developers.facebook.com/docs/sharing/3d-posts/3d-posts-api

Related

Unity and FB Share

I am trying to use FB.ShareLink provided by Facbook's unity SDK to share my apps on a player's wall.
However, I want the link to redirect to their respective stores depending on the platform the other player is accessing it from.
I already have the apps from different stores linked to my Facebook App Center.
How would I go about doing it?

Facebook Unity5

I need to link my unity app with Facebook, my game pulls data from a website, will it be possible to put it on facebook? Is there a way to also save the game status via facebook?
Yes you can link your app with Facebook. Have a look here at the SDK Facebook provides. Also have a look at this tutorial they provide. Think it has some mention of dealing with game status' via Facebook. Also this script shows an example of saving a score around line 126.

Using Facebook for an online magic contest (Video upload /

I am currently developing a new website / facebook app for an online magic competition. I am hoping most of the functionality can come from Facebook's own services, and would like your feedback on how plausible our goals are.
Essentially there will be two types of users: magicians and voters. Magicians will upload a video of them performing a trick (or select a video they have already uploaded). Voters will vote for their favourite magicians, and be able to post these videos to their wall.
Are these possible:
Video upload to Facebook - I have had a search, but the only method I found uses the depreciated REST API. Is there a newer implementation?
Video download - After a user has uploaded a video are they (or can we) able to download their video from Facebook?
Embedding magicians Facebook videos on the standalone website?
Thank you in advance
You can still upload videos and photos using the graph api. We have done this into galleries for a number of clients.
see here for a picture example (works with other media objects such as videos):
Is it possible to post a status update and adding an image file with facebook graph API?
The problems you may face though are the issues of managing and approving content in the site.
One solution we have found is to combine YouTube API and Facebook to get the best of both worlds. you can now embed a YouTube uploader in your site / app which will post videos into a channel of yours but have an approval app to control what lands. Then add any voting mechanism of your choice to the stream of videos. You can use YouTube likes, Facebook likes or your own. Take a look at this video:
http://www.youtube.com/watch?v=u1zgFlCw8Aw
You can embed a YouTube channel into Facebook easily too:
http://www.youtube.com/watch?v=pClpKAnddGI
Also using youtube, you can spread your net farther to reach more of an audience.
Hope this can be of some help. (No, I don't work for YouTube just find using more than one platform better)

need my list of facebook friends to show up in adobe flex application

In an application I have created (web) I need to list out my facebook friends within a canvas (or any container) along with their profile pictures.
I am using Flash Builder 4.5. I have also managed to set up AIR app (using the samples) so I am not sure if I am on the right track.
The requirement is :
When each user logs into the site his/her friends list should appear in the frame along with the friend's profile pictures.
You can use Facebook's AS3 API to implement these features.

Custom embedded player in Facebook posts

I have built an audio sharing application (pretty similar to soundcloud.com, but focused on a niche and just one country). I'd like to enable people to hear the tracks directly from Facebook, like they can do it with eg. Spotify.
I am having a trouble with getting development docs on how to do that.
Cheers,
Pablox
Deep-integration with Facebook (such as Spotify have done) is done via the Open Graph APIs, the beta documentation is covered here: https://developers.facebook.com/docs/opengraph
If you just want users to be able to embed a player in posts/likes of your content, any app can do this with the use of meta tags on the pages, and this is covered under 'Attaching Audio and Video Data' on the Open Graph documentation