How to get the urls from bluestacks - fiddler

I would like to get data from bluestacks.
I installed Fiddler.
When I clicked the apps, I only see cloud.bluestacks.com but not a url from which the data in the apps loaded.
How to get the urls I want?
Thanks.

Related

Facebook sharer on mobile

So I'm trying to make a share button on a webapp. I tried to use:
https://www.facebook.com/sharer.php?s=100&p[url]=http://google.com/&p[images][0]=&p[title]=Foobar&p[summary]=Hello%20world
It works fine here on my laptop. However, if I open the exact same url on my Android phone, I get redirected to:
https://m.facebook.com/sharer.php?s=100&p[url]=http://google.com/&p[images][0]=&p[title]=Foobar&p[summary]=Hello%20world
Which doesn't work. Am I missing something here? Should I use another API? I want to post a dynamic message with a link.

Facebook share not working in mobile browser

I am using below API for Facebook share, It's working in web browser but not in mobile browser.
https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.facebook.com%2Fphoto.php%3Ffbid%3D503650586358491%26set%3Da.447778305279053.102678.420576761332541%26type%3D1&t=Breaking%3A+BUCKWILD%27s+Shain+has+died.+Our+hearts+go+out+to+his+family.+More+info+here%3A+http%3A%2F%2Fon.mtv.com%2F128hbz2
I'm using android phone.
Error message : "Your link could not be found."
Any suggestion ?
Thanks
You need url for mobile to start http://m.facebook.com/sharer.php?u=
Also the rest url wont work like that, you need url site whit the Facebook Open Graph META Tags.
From what I could see, the solution offered by vj_andrei doesn't work - the m.facebook.com/sharer url just doesn't exist.
Facebook, however, have re-introduced the share button, and it works for mobile as well.

PhoneGap: get back to index.html

I want to use an external service in my PhoneGap app for iPhone.
The service take a success url to redirect user to the original page when the process has been completed.
What url should I pass to the service to get back to my PhoneGap app?
I have tried with file://www/index.html, but I get permission error.
You can't use absolute urls reliably in PhoneGap html pages. On android you have
file:///android_asset/www/index.html
but on iOS your url is something like
file:////var/mobile/Applications/[uuid]/[app name].app/www/index.html
You don't know that url in advance, so to get an absolute link to index.html you will need to get that url from document.location and either set it as the base url or save it for use in links.

How to integrate the facebook app in Page Tab

I am trying to Make a simple facebook tab landing page with an app, and I cannot seem to get it to work. I tried researching this, but a lot of the tutorials on how to do this is are out of date because they change the process on how to do this so often. I am attaching my settings screen and the error I am getting in a screen shot. Not sure what is wrong with my base url, but i know for a fact the page is at the location specified.
here is the screen shot
Be sure that in the Page Tab URL you point to a file in your server that already exist in your server.
If you can't access the page, try to add the whole file name in the Page Tab URL
like: http://mydomain.tld/filename.php
to start using the api take a look at the docs here:
Facebook JS API Documentation
https://developers.facebook.com/docs/reference/javascript/
Facebook PHP API Documentation
https://developers.facebook.com/docs/reference/php/
The Settings where you trying to configure the Tab is just not correct. The easiest way to do this is to install http://apps.facebook.com/iframehost and configure it the way you want!

Facebook url randomly unreachable

I'm sure anyone who has worked with Facebook has encountered the url unreachable problem with the comments plugin and alike.
I managed to get around this initially by making urls go to the facebook app page rather the hosted page, figuring facebook would be able to find itself, and ammended the url with a query string which could internally redirect them to right content. For example "app.facebook.com/myApp/?myAppP=videos&myAppId=0001" would first of all load the facebook app page then redirect the iframe to show the videos page and play video 0001.
This worked great at first but seems to have become a little unpredictable. I have a list of different videos, all of which use the same url except that the "myAppId" is different so the correct video is loaded. However whilst the "comments" and "like" plugins work fine for about a 1/3 of them, the other 2/3 show the "url unreachable". I can see no correlation between the urls that work and those that don't. It seems completely random, but it is always the same one that do and don't work.
This has got me completely stumped. Any ideas?
try to disable sandbox on app settings