Questions tagged [facebook-events]

Represents a real life event in order to inform your Facebook friends about it.

146 questions
0
votes
1 answer

Jreviews site - facebook events integration

I'm quite new to programming and am really struggling with understanding how to integrate this with my site. I'm hoping there will be some people out there that have been in my shoes! I have found a number of 'how to's' with regard to adding…
0
votes
2 answers

List Facebook Page events on website for a Venue using FQL or Graph API

I am helping out a friend with a site for a venue that lists all events on FB with a location, ticket URI, time, etc. I have found lots of info on how to get the data, but what I am unclear on is how to get public events without being logged in to…
Jazzy
  • 6,029
  • 11
  • 50
  • 74
0
votes
1 answer

Is it possible to get all events I'm invited to using Facebook's Graph API?

Currently, Facebook's Graph API for Events (https://graph.facebook.com/me/events) does not return all events I'm invited to. It only returns those that I've said maybe, attending, or no to. Am I missing something? Is there anyway around this?…
0
votes
1 answer

Error message facebook ads-api advertising an event with ads_management permission of the user

im having difficulties by trying to advertise an event through the facebook ads api. My facebook app has the "reate_event,manage_pages,read_stream,ads_management" permission of the user, who set up an event on facebook. When i call the facebook ads…
0
votes
1 answer

Facebook C# SDK, Create Event With Picture

i want to create a event but i just no idea how to change the event picture. I knew this is very old question but still i can't find any solution yet and i'm giving up soon... please at least tell me is this bugs from Facebook or anything else? Here…
user2402624
  • 211
  • 1
  • 4
  • 10
0
votes
1 answer

Get Facebook Events I don't Own

I am building a site that needs to query Facebook events. I need a list of events I do own, and list of events I don't own. The problem is that querying the Events object via FQL requires that I pass one of the indexable fields. Those are creator,…
0
votes
2 answers

Facebook event profile picture from external URL

I am trying create Facebook event with PHP. The last problem which I have is profile picture. My questions are: Can I use external picture url for event profile picture?? If yes, than how??
0
votes
1 answer

facebook graph API does not return event

I am trying to use graph API call to return events of a user who logged in to my app. However , $event is null all the time although I have created bunch of events myself, could anyone help? Here is my code from login to the event api call:…
Charlie D
  • 29
  • 8
0
votes
1 answer

Best API for event creation

I'm new to the api game, and I'm trying to figure out the best starting point for my case. I need to include a feature on a website to allow a customer to create a facebook event on their own facebook profile and invite their friends. Which is the…
Ricardo Gomes
  • 1,268
  • 2
  • 15
  • 35
0
votes
1 answer

Unable to retrieve events created by a page

I have tried with EVERYTHING, graph, FQL, access_token with all permissions granted, multi-queries... now I'm really tired! Someone can tell me HOW to retrieve all the events created by a page like this? http://facebook.com/mammamiasantateresa I…
0
votes
1 answer

GET photos from Facebook Event wall (including public photos of not-friends)

I have been trying to issue a GET request to Facebook using the graph API to retrieve all the photos posted to an event wall. I want to have them so they can be shown like a "living scrapbook" on the TV screen. I issued a GET request to…
0
votes
2 answers

Possible Bug: Facebook Events API eid table values being returned with decimal points raw

I built a custom wordpress widget months ago that just pulls a users facebook events, styles and shows it in the sidebar. The events are still showing up fine - except that the links now go to an facebook error page. So I checked the echo'd url and…
-1
votes
1 answer

Posting Picture on Event Page

i am having a Problem posting a Picture in the Wall of an Event on Facebook. It is Posting My current Code is: $post_array = array( "access_token" => $facebook->getAccessToken(), 'source' => "@" . realpath("image.png"), 'message' =>…
Styler2go
  • 604
  • 2
  • 12
  • 32
-1
votes
1 answer

How to get the list of events of specific facebook page

i am trying to get the list of all event that the specific page has on the Facebook, but i couldn't find this in their Graph API. there are several forums and stack posts but they couldn't help me. is there any other way or specific API for getting…
-1
votes
1 answer

Need to create Facebook events feed from public page

I'm trying to get an events feed from a Public Facebook page, but can't get it working. I've an app with "Page Public Content Access" permission. I try {page-id}/events and {page-id}/feed without luck. In the first case I get an empty data array,…
Ralkeon
  • 3
  • 3
1 2 3
9
10