Facebook app_scoped_user_id throwing 404 [duplicate] - facebook-graph-api

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
I have an issue now, suddenly all url image from facebook graph API in my database return a default image look likes this:
Example url :
http://graph.facebook.com/{user-id}/picture?type=large

It is a known bug (which could also mean that it will not be possible anymore in the future):
https://developers.facebook.com/bugs/2054375031451090/
You should subscribe to the bugs and wait.
Update: You can make it work by adding an access_token to the API call, but you should only do that server side, of course. An App Access Token should be good enough:
https://graph.facebook.com/<userId>/?fields=picture&type=large&access_token=...
Update 20.04.2018: It seems like picture URLs are working without an Access Token again: <img src="https://graph.facebook.com/[app-scoped-id]/picture" />

Please add access token parameter in the url
https://graph.facebook.com/id/picture?type=large&access_token=faskfjsld
This will work for sure.

There is an update here:
https://developers.facebook.com/bugs/2054375031451090/
I just tried and it works, by simply appending your access token to the URL link.
So this:
https://graph.facebook.com/<userId>/?fields=picture&type=large
Should become like this:
https://graph.facebook.com/<userId>/?fields=picture&type=large&access_token=...
Hope it helps!

Related

BitMovin - mpd file throwing 404 in player [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 1 year ago.
Improve this question
I'm trying to setup live streaming using AWS S3 and BitMovin. Things are pretty much working however, my player cannot find a mpd file. Where does this file come from? The .m3u8 file is being generated and being placed in the S3 Bucket by BitMovin but where is the .mpd suppose to get created. Am I suppose to do anything to generate this file or does BitMovin created it?
I've been working off this tutorial:
https://bitmovin.com/tutorials/dash-hls-live-streaming/
Solution
I had a typo in the stream key.
The MPD (.mpd) gets created as soon as there is a valid RTMP push input incoming to be encoded. The tutorial already provide two examples to create an RTMP push input stream with ffmpeg and Open Broadcaster [1].
If you are using the Open Broadcaster, please make sure that you have configured all mentioned settings within the tutorial and that there is an input source available (see picture below).
Further, please make sure that your S3-bucket is setup with valid CORS settings[2] to enable a HTML5 playback.
[1]
https://bitmovin.com/tutorials/dash-hls-live-streaming/#RTMP_Input_Examples
[2]
https://bitmovin.com/tutorials/mpeg-dash-hls-adaptive-streaming-aws-s3-cloudfront/#Setup_CORS_and_crossdomainxml_on_S3
Best,
Gernot

Web Development on different browsers [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to development of websites
I have query why does a website work on some browsers while not for others
I have designed a website which works on one browser IE and then it does not for other computers IE
it does not goes through hit .
What precautions should I TAKE SO THAT MY WEBSITE WORKS ON EVERY BROWSER
The warning which I got was as below
The code on this page disabled back and forward caching. For more information, see: go.microsoft.com/fwlink/?LinkID=291337
but I did not understood Kindly explain and give some tips
Ok I think I got something wrong with my code or internet speed
I kept the code in Developers option and let it wait then the hit went through all the 4 states and I got a response
Am I missing something ... In normal mode the hit does not go through all the states
Set your mode as synchronous to true

How Do My Website Urls have "Likes" when I haven't added a Like button to my Website? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
In other words, what action from other people has triggered the URL of my website to get a "Like" without a Like button? How can someone Like a url in Facebook without the button?
As I said in my comment, I really don't think this question belongs here at SOF. That being said, here are my two cents.
You can "Like" any URL. Button on it or not.
There is even a chrome extension here that allows you to like any page from within the browser.
You can like a page simply by going to this URL even: http://www.facebook.com/plugins/like.php?href=[encoded url here]
I think the real question is why you care if your website is being liked anyways? Why does it matter?

how to avoid links to http://static.ak.facebook.com/connect/xd_arbiter.php hanging indefinitely [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
We use Facebook comments and Facebook Like Buttons on our site. These somehow generate a call to http://static.ak.facebook.com/connect/xd_arbiter.php which never loads, leaving the impression that the page isn't loading. Is there a way to avoid having this script called?
Two ways,
write to Facebook and report the problem and suggest them to fix their Javascript
download their Javascript code that add button to the page, fix it and directly link to it from your server page.
Disadvantage of the last suggestion is that Facebook hosted Javascript code or back-end can be changed at any time and your old version of the script will not work.

Facebook Page not in public search results [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have created a Facebook page a while ago, but now when i typ in the name of the Fan Page
it will show up ofcourse because i have created it.
But my friends and other people cant find it so i did check it
When you go to this page, it says:
No results found for your query.
Check your spelling or try another term.
So i have done some google work and i saw something about the Age Restrictions i have set that also
What i also tried is changing the category.
Does anyone know whats going on here why my fanpage is not in the public results ?
I have the same issue. The page of my band "Seed Pulse" does not show on searches. But the page is accessible online using "seedpulse" as a username.
The only help I've found so far is here: http://www.facebook.com/help/issues/pages
Why isn't my Page showing up in search results?
Some users are currently not seeing their Pages in Search results. If you are experiencing this issue, please submit a report here.
I reported the problem using the given link two weeks ago and did not have any feedback from the Facebook guys...