How to make a request βis uid X a visit to event Yβ using ASP.NET toolkit?
Do I need to use Facebook SQL?
I have an event with 5000+ members and I want to list all friends of current users to see if they belong to this event.
The following FQL call should handle the following:
select name from user where uid in( select uid from event_member where eid = EVENT_ID and uid in ( select uid2 from friend where uid1 = FACEBOOK_UID ) )
where EVENT_ID is the identifier of the event you want, and FACEBOOK_UID is the current user identifier.
This can be done using the chart API. Try executing a GET request in this form:
/[event id]/invite? user = [user_id] & access_token = [access_token]
rsvp_status, RSVPed, , "". , RSVPed.
Source: https://habr.com/ru/post/1756512/More articles:Creating a user in the active directory - asp.netEXC_BAD_ACCESS When calling the malloc function - chttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1756509/is-it-possible-to-move-from-aspnet-validators-to-jquery-validators&usg=ALkJrhhxaGw8iok8XscztYFg8OHgFTxHhQStyling Multistage Form - cssHelp with jQuery UI auto-complete with the ability to delete - jquery-uiglobalCompositeOperation - javascriptHow to backup all database information using mysqldump? - databaseJ2EE Struts, Spring and the Hibernate Framework issue - javaHow to add a column to a query result when a query contains an aggregate function? - sqlRegex find-and-replace in vim: adding .0 to numbers - vimAll Articles