Facebook Graph API and sharing video on Android having issues showing video - facebook

We are using Latest Android SDK and using graph API we are sharing Videos and Images. All are working correctly on all phones except Samsung Galaxy 6 and that also when logged in through one facebook account, if I log out and login with another account then it is working fine. Sharing an Image is not having any issues, when video is shared on facebook using Graph API, we are getting success callback without any error, but after few seconds Facebook App is showing error message as shown in screenshot.
It seems to be some bug with facebook API as it is returning success whereas video is not getting shared, we are confused because on same phone when we login using different FB account and share it worked.

Related

Launch Facebook App from Browser and Post Status Update

I have a mobile website that I would like to allow users to share the url via their native Facebook and Twitter apps (it is tedious to have to login to m.facebook.com).
I can have a link to fb://post to open the FB app, but I can't figure out how to actually pass params for updating a status. I want the functionality of using the sharer.php link on the desktop, but for the native mobile app.
Is this possible?

facebook and twitter connectivity with sencha touch 2 native app android

I am creating a native app for android using sencha touch 2.2.1
I want to integrate the feature of social media sharing (Facebook and Twitter).
The idea is ,there will be list of images and few buttons under each image. When the user clicks on the share button, Facebook and Twitter icons will popup and if user click on facebook, than that particular image will get posted on users wall(if he/she is already logged in, otherwise will open facebook login window). Same will happen for Twitter.
I am able to implement this thing with sencha webapp. Becuase on the webapp, facebook is getting its fallback url and it posted the image successfully. But when I created an apk of my application then the sharing code is not working.
It is showing error - "URL not allowed.......". I think it is an issue of fallback url.
I used facebook sdk also but it did not work for me. I also tried with combination of sencha Touch and Phonegap but still the same error as mentioned above.
Please share if anybody implemented similar to this type of project.

Post content on Facebook iOS. How to make the app link connect to a URL

I've got an issue with an app of mine available on the AppStore. In my app you can share contents using the graph API given by the iOS Facebook API. Everything works perfectly except for the link on the top right angle of the attached image
If you click on it guides you through an empty facebook page. I thought it was an automatic link to the itunes application page, but it is something for SSO. Is there a way to point it to another link? I've tried almost everything in the facebook app settings without result.

How to share a YouTube video on Facebook and have it work on iPad?

I'm creating a site which allows the user to watch videos. The videos are hosted on YouTube and embedded into our site. We would the user to be able to share our site on Facebook and have the video play inline on the Facebook wall.
We've gotten this to work using Open Graph tags, but there is one problem: when using Facebook through the iOS app or via iOS Safari, an error message comes up saying the playback is not supported since it requires Adobe Flash. Note that when you share a YouTube.com URL, there is an automatic fallback to HTML5 and the video will play on the wall.
How can I get my video to play on the wall? Or at least, how can I make the video link point to our site instead of triggering the error message?
See here for an example of our site: http://m.gad.dk/at-overleve-med-en-alkoholiker/film/
Thanks.
Have you seen this posts? That might be helpful to you.
iPhone App how to post Youtube video link using facebook graph Api
Posting an embedded video link using the Facebook Graph API
How can I post a video, via Facebook's Connect API, to my Facebook profile page?

Facebook mobile web OAuth issue

I'm seeing a problem requesting permissions with Facebook connect on iPhones. Everything had been working fine and then it just started out of nowhere. I can't seem to sort it out, so I posted it here to see if anyone's experiencing the same issues? I'm trying to log users into a mobile website and here's what I'm seeing:
On Android, everything is A-OK, as are regular web browsers.
On the iPhone 3, users get the login page ok, but are not redirected to the request permissions page, just to mobile facebook. If they leave and come back and click on the login button again, they are taken to the request permissions page, and after they allow/don't allow, they are taken back to our site. This is also the same for iPad users
On the iPhone4, users get the login page ok, but are not redirected to the request permissions page, just to mobile facebook. If they leave and come back, they are taken to the mobile facebook site and never are prompted for their permissions.
Highlights:
Everything was fine 3 weeks ago
Everything is still fine on Android using the very same FBConnect url, but it blows on iOS
What happens on iPhone 3 is different that what happens on iPhone 4
I've tried doing this with 3 different urls, but StackOverflow will only let me put 2 in here because I'm a new user:
http://www.facebook.com/dialog/oauth?client_id=[OUR_CLIENT_ID]&redirect_uri=[OUR_URL]&display=wap&scope=email,user_location,read_friendlists,publish_stream,offline_access
http://m.facebook.com/dialog/oauth?client_id=[OUR_CLIENT_ID]&redirect_uri=[OUR_URL]&perms=email,user_location,read_friendlists,publish_stream,offline_access";
The other URL was similar to these, but used the graph API
Anyone have any ideas?
Thanks!
Facebook has since removed the WAP interface and replaced that with Javascript SDK interfaces for Android and iOS, and now normal wap enabled phones have been shut out.